1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-29 10:48:21 +01:00
antd-web-apps/doc/views/default/index/index.ls

7 lines
91 B
Plaintext
Raw Normal View History

2020-06-22 22:14:52 +02:00
<?lua
2020-12-22 13:57:23 +01:00
if data then
2020-09-01 17:37:44 +02:00
echo(data)
2020-12-22 13:57:23 +01:00
else
echo("404 Not found")
2020-09-22 17:58:37 +02:00
end
2020-12-22 13:57:23 +01:00
?>