Revision 63519c81bf8be27d83b4b3a27d6a2bb634794990 authored by Quentin Madura on 21 May 2021, 13:29:37 UTC, committed by Quentin Madura on 21 May 2021, 13:29:37 UTC
1 parent 247cf9c
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