mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-24 03:35:59 +08:00
Merge branch 'origin/master'
This commit is contained in:
@@ -8,7 +8,7 @@ routers =
|
||||
post: {}
|
||||
|
||||
for item in ['user']
|
||||
for url, controller of require("./#{item}")
|
||||
for url, controller of require("./" + item)
|
||||
routers.post[url] = controller
|
||||
|
||||
module.exports = routers
|
||||
|
||||
Reference in New Issue
Block a user