Fix 'Hello World' app to work with modern app API. Thanks EthanG for pointing this out.

This commit is contained in:
Uriel 2010-06-06 18:06:21 +00:00
parent 718cb1288d
commit 2f70d35811

View File

@ -1,6 +1,6 @@
fn hello_init {
if(~ $req_path /hello) {
app_body_handler = 'hello_body'
handler_body_main='hello_body'
pageTitle='Hi title!'
}
}