ref: 4b37658071caf06d99789201ddcd87f14eca598d
parent: 31bd20251d1c71a8dc5656ec838a8efe2574c730
author: Uriel <u@berlinblue.org>
date: Sun Jun 6 14:06:21 EDT 2010
Fix 'Hello World' app to work with modern app API. Thanks EthanG for pointing this out.
--- 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!'
}
}
--
⑨