add todos

This commit is contained in:
2022-09-01 00:02:40 +08:00
parent db3dd57fcf
commit 7fc751481b
3 changed files with 8 additions and 3 deletions
+3
View File
@@ -1,4 +1,7 @@
package.path = package.path .. ';<SCRIPT_PATH>/?.lua';
--todo: add verify
local Upt = require("lib.upt")
local uri = ngx.unescape_uri(ngx.var.arg_uri)
ngx.log(ngx.INFO, 'URI -> ' .. uri)