-
Hugo SUBTIL authored
BREAKING CHANGE: app is now working with PWA handling
Hugo SUBTIL authoredBREAKING CHANGE: app is now working with PWA handling
proxy.conf.json 776 B
{
"/api/*": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
},
"/base-adresse/base-adresse-nationale/streets": {
"target": "https://passerelle.formulaireextranet.grandlyon.com",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
},
"/wfs/grandlyon": {
"target": "https://download.data.grandlyon.com",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
},
"/reverse": {
"target": "https://api-adresse.data.gouv.fr",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
},
"/geocoding/photon/api": {
"target": "https://download.data.grandlyon.com",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
}
}