ssr route updates
This commit is contained in:
parent
404adc0d3d
commit
3101a46c28
@ -5,6 +5,7 @@ export const serverRoutes: ServerRoute[] = [
|
||||
{ path: ':appId', renderMode: RenderMode.Client },
|
||||
{ path: ':appId/home', renderMode: RenderMode.Client },
|
||||
{ path: ':appId/usersettings', renderMode: RenderMode.Client },
|
||||
{ path: ':appId/add-carnet', renderMode: RenderMode.Client },
|
||||
{ path: ':appId/edit-carnet/:headerid', renderMode: RenderMode.Client },
|
||||
{
|
||||
path: '**',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user