summaryrefslogtreecommitdiff
path: root/apps/hello/app.rc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/hello/app.rc')
-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!'
-}