fix swagger page with pwa

pull/2226/head
Jérémy Rialland 2022-07-26 15:17:02 +02:00 committed by Jérémy Rialland
parent 6d391f76a9
commit fce268453f
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ registerRoute(
location.href.startsWith(import.meta.env.VITE_FR_BASE_URL)
? 'mon-entreprise.html'
: 'infrance.html'
)
),
{ denylist: [/^\/api\/.*/] }
)
)