Revision e70c5c818c780e5027fbd02f823e0a99e89b395f authored by Clément Lelong on 07 April 2021, 18:57:21 UTC, committed by GitHub on 07 April 2021, 18:57:21 UTC
1 parent 300d124
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