mirror of
https://github.com/wxd-gaming/test-all.git
synced 2026-05-08 06:28:01 +08:00
11 lines
191 B
Lua
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
|
|
|