Re: [Cppcms-users] URL maps
Brought to you by:
artyom-beilis
From: Pavel K. <un...@fu...> - 2011-03-25 14:20:22
|
and to attach "ending app" without parameters or more possible "views"> welcome::welcome( cppcms::service &srv ) : master_full( srv ) { dispatcher().assign( "/?", &welcome::display, this ); mapper().assign( "" ); } void welcome::display() { } |