diff --git a/apps/hello/app.rc b/apps/hello/app.rc index 6b1cf93..e6faaa8 100755 --- a/apps/hello/app.rc +++ b/apps/hello/app.rc @@ -1,6 +1,6 @@ fn hello_init { if(~ $req_path /hello) { - app_body_handler = 'hello_body' + handler_body_main='hello_body' pageTitle='Hi title!' } }