Revision e61492ee9e90f2652df4c505ce35bcad5676129e authored by Thomas Guillet on 21 May 2021, 05:33:56 UTC, committed by Thomas Guillet on 21 May 2021, 05:33:56 UTC
1 parent 6eaac84
Raw File
netlify.toml
[[redirects]]
  from = "/api/*"
  to = "https://mes-aides.1jeune1solution.beta.gouv.fr/api/:splat"
  status = 200

[[redirects]]
  from = "/*"
  to = "/index.html"
  status = 200
back to top