From 4b37658071caf06d99789201ddcd87f14eca598d Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 6 Jun 2010 18:06:21 +0000 Subject: [PATCH] Fix 'Hello World' app to work with modern app API. Thanks EthanG for pointing this out. --- apps/hello/app.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!' } }