update
This commit is contained in:
@@ -7,6 +7,9 @@ const app = useContextKey('app')
|
||||
app.route({
|
||||
path: 'test-import',
|
||||
description: 'test dynamic import module',
|
||||
metadata: {
|
||||
group: 'test'
|
||||
}
|
||||
}).define(async(ctx)=>{
|
||||
|
||||
ctx.body = 'test-import'
|
||||
|
||||
Reference in New Issue
Block a user