ziwen 1 vuosi sitten
vanhempi
commit
4bbb6cb5f2
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      routers/router.go

+ 3 - 0
routers/router.go

@@ -154,6 +154,9 @@ func init() {
 			web.NSInclude(
 				&controllers.YanxuanSpecialController{},
 			),
+			web.NSInclude(
+				&controllers.YanxuanSpecialNoLoginController{},
+			),
 		),
 	)
 	web.AddNamespace(ns)