...
|
...
|
@@ -11,7 +11,7 @@ func init() { |
|
|
//日志输出
|
|
|
web.Router("/log", &controllers.LoggerController{}, "Get:Output")
|
|
|
//
|
|
|
web.NSCtrlGet("/test1", func(ctx *context.Context) {
|
|
|
web.Get("/test1", func(ctx *context.Context) {
|
|
|
s := redis.RunDemoScript()
|
|
|
ctx.WriteString(s)
|
|
|
})
|
...
|
...
|
|