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 -3
View File
@@ -86,9 +86,9 @@ server {
content_by_lua_file $resty_loc/nginx/scripts/upt.lua;
}
location /api/ngx/convert/test {
content_by_lua_file $resty_loc/nginx/scripts/test.lua;
}
# location /api/ngx/convert/test {
# content_by_lua_file $resty_loc/nginx/scripts/test.lua;
# }
location /api/v1/ws/ {
proxy_pass http://127.0.0.1:3001/api/v1/ws/;