正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -11,7 +11,7 @@ func init() { | @@ -11,7 +11,7 @@ func init() { | ||
11 | //日志输出 | 11 | //日志输出 |
12 | web.Router("/log", &controllers.LoggerController{}, "Get:Output") | 12 | web.Router("/log", &controllers.LoggerController{}, "Get:Output") |
13 | // | 13 | // |
14 | - web.NSCtrlGet("/test1", func(ctx *context.Context) { | 14 | + web.Get("/test1", func(ctx *context.Context) { |
15 | s := redis.RunDemoScript() | 15 | s := redis.RunDemoScript() |
16 | ctx.WriteString(s) | 16 | ctx.WriteString(s) |
17 | }) | 17 | }) |
-
请 注册 或 登录 后发表评论