1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-01-02 12:18:21 +01:00
antd-web-apps/apps/views/default/post/index.ls
2018-08-22 19:38:36 +02:00

4 lines
51 B
Plaintext

<?lua
local args = {...}
echo(JSON.encode(args))
?>