Merge pull request #295 from betagouv/laem-patch-2

Redirection des vieilles URL d'intégration du simulateur
pull/297/head
Mael 2018-08-10 08:35:39 +02:00 committed by GitHub
commit 8a3d554c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ from = "https://mycompanyinfrance.fr/*"
to = "/infrance.html"
status = 200
[[redirects]]
from = "https://embauche.beta.gouv.fr/modules/v2/dist/simulateur.js"
to = "/dist/simulateur.js"
status = 200
[[redirects]]
from = "https://embauche.beta.gouv.fr/*"
to = "/embauche.html"