ssr route updates

This commit is contained in:
Cyril Joseph 2025-07-09 16:23:27 -03:00
parent 404adc0d3d
commit 3101a46c28

View File

@ -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: '**',