Re: [Cppcms-users] Is it possible to include json-rpc application with other applications?
Brought to you by:
artyom-beilis
|
From: Abhishek K. <abh...@gm...> - 2014-07-18 14:38:59
|
Hi,
Please ignore,
I could make it working by simply mapping it with url along with other
sub-applications. like:
attach( new app_user::User_controller(s),
"user","/user{1}","/user(/(.*))?",1);
attach( new app_user::User_json_service(s),
"rpc","/rpc{1}","/rpc(/(.*))?",1);
Thanks for such a great framework Artyom. Its love developing with it.
Regards,
Abhishek
|