aa
This commit is contained in:
@@ -20,6 +20,11 @@ func init() {
|
||||
&controllers.PrintController{},
|
||||
),
|
||||
),
|
||||
web.NSNamespace("/api",
|
||||
web.NSInclude(
|
||||
&controllers.ApiController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
ns2 := web.NewNamespace("/v2",
|
||||
web.NSNamespace("/task",
|
||||
|
||||
Reference in New Issue
Block a user