aa
This commit is contained in:
@@ -21,6 +21,11 @@ func init() {
|
||||
&controllers.PrintController{},
|
||||
),
|
||||
),
|
||||
web.NSNamespace("/task",
|
||||
web.NSInclude(
|
||||
&controllers.TaskController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
web.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user