longyu 3 years ago
parent
commit
56115aa96f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routers/router.go

+ 1 - 1
routers/router.go

@@ -76,7 +76,7 @@ func init() {
 				&controllers.ResourceCommon{},
 				&controllers.ResourceCommon{},
 			),
 			),
 		),
 		),
-		web.NSNamespace("/rs",
+		web.NSNamespace("/roadshow",
 			web.NSInclude(
 			web.NSInclude(
 				&roadshow.CalendarController{},
 				&roadshow.CalendarController{},
 			),
 			),