1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/doc/views/default/index/index.ls
2020-12-22 12:57:23 +00:00

7 lines
91 B
Plaintext

<?lua
if data then
echo(data)
else
echo("404 Not found")
end
?>