up
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
doc : "",
|
||||
path : "/",
|
||||
method : ["get", "post"],
|
||||
middleware: [],
|
||||
params : {},
|
||||
return : {},
|
||||
controller: async (ctx, app) => {
|
||||
|
||||
ctx.body = 'index,xe:' + app.utils.VERSION
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user