-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Hi,
I have a two single page angular applications, one on the main app and one on the 'cms' subdomain.
For the main app I'm using a catchall route like this app.all('*', routes.index); to force the main app to handle routing on the frontend.
However I'm running into an issue on the cms subdomain when I try to force the cms frontend to handle it's routes. Basically is there a way to do a catchall on the subdomain like this:
cmsroute.all('*', routes.cms); app.all('*', routes.index)
thanks in advance!
mLuby
Metadata
Metadata
Assignees
Labels
No labels