1.1--- a/apps/hello/app.rc Sun May 30 18:04:04 2010 +0000
1.2+++ b/apps/hello/app.rc Sun Jun 06 18:06:21 2010 +0000
1.3@@ -1,6 +1,6 @@
1.4 fn hello_init {
1.5 if(~ $req_path /hello) {
1.6- app_body_handler = 'hello_body'
1.7+ handler_body_main='hello_body'
1.8 pageTitle='Hi title!'
1.9 }
1.10 }