diff options
Diffstat (limited to 'apps/hello')
-rwxr-xr-x | apps/hello/app.rc | 10 |
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!' -} |