getting closer to full port of web app starter
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#load "../../lib/app.uce"
|
||||
|
||||
COMPONENT(Request& context)
|
||||
{
|
||||
starter_boot(context);
|
||||
print(starter_page_main_html(context));
|
||||
}
|
||||
Reference in New Issue
Block a user