优化,增加动态订阅

This commit is contained in:
xx
2024-06-08 14:31:20 +08:00
parent 8fb96b705d
commit eafccc9117
16 changed files with 283 additions and 163 deletions

View File

@@ -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