Unverified Commit 9b47ba22 authored by chenos's avatar chenos Committed by GitHub
Browse files

Update custom-plugin.ts

parent 28b73d71
Showing with 1 addition and 1 deletion
+1 -1
......@@ -36,7 +36,7 @@ class MyPlugin extends Plugin {
return 'MyPlugin';
}
async load() {
app.resource({
this.app.resource({
name: 'test',
actions: {
async list(ctx) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment