Fix 'Hello World' app to work with modern app API. Thanks EthanG for pointing this out.
This commit is contained in:
parent
31bd20251d
commit
4b37658071
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue