I was wondering is there any example or good practice in Revel of making application module, related to subdomain.
For example, we have site.com
, which is default application module and want to add an additional admin
module for admin.site.com
subdomain. The main problem I can see at this point is that we need to
/
for default module and /
for admin module)Does anyone implemented such application architecture in revel? Any related advice would be very helpful.