Files
test-all/spring-lua/lua/util/GlobalUtil.lua
2024-08-08 09:00:28 +08:00

11 lines
191 B
Lua

---
--- Generated by EmmyLua(https://github.com/EmmyLua)
--- Created by troy-chen.
--- DateTime: 2024/7/28 下午2:49
---
function urlPath(request)
return request:getServletPath();
end