https://github.com/sgmap/mes-aides-ui
Raw File
Tip revision: a6358df1e6b31b25a13c44761752fee8ca3e3909 authored by Thomas Guillet on 05 May 2021, 06:08:18 UTC
Affiche la pension alimentaire dans les ressources pour tous
Tip revision: a6358df
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