Fix 'Hello World' app to work with modern app API. Thanks EthanG for pointing this out.
This commit is contained in:
parent
718cb1288d
commit
2f70d35811
@ -1,6 +1,6 @@
|
||||
fn hello_init {
|
||||
if(~ $req_path /hello) {
|
||||
app_body_handler = 'hello_body'
|
||||
handler_body_main='hello_body'
|
||||
pageTitle='Hi title!'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user