summaryrefslogtreecommitdiff
path: root/apps/hello
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2024-04-07 13:25:49 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2024-04-07 13:25:49 +0200
commit9cb56dabb676391a9382731347e8d2b07b9437a5 (patch)
tree95302f041497679202722d9896ec1386bed2d86c /apps/hello
parent0a37a1cc5909e11098963267edc9654b85e7ce16 (diff)
big cleanup
Diffstat (limited to 'apps/hello')
-rwxr-xr-xapps/hello/app.rc10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/hello/app.rc b/apps/hello/app.rc
deleted file mode 100755
index e6faaa8..0000000
--- a/apps/hello/app.rc
+++ /dev/null
@@ -1,10 +0,0 @@
-fn hello_init {
- if(~ $req_path /hello) {
- handler_body_main='hello_body'
- pageTitle='Hi title!'
- }
-}
-
-fn hello_body {
- echo 'Hello world!'
-}