优化,增加动态订阅
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
|
||||
|
||||
print("init fast web success!")
|
||||
-- 自定义模块演示
|
||||
local hello = hello.new()
|
||||
print("Custom Module: "..hello:name())
|
||||
-- 增加拦截器
|
||||
interceptor.add("/api/*.*","/api/lib/interceptor.lua")
|
||||
return true
|
||||
Reference in New Issue
Block a user