Newer
Older
"/api/*": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true,
},
"/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": {
"secure": false,
"changeOrigin": true,
"logLevel": "info"
"/data-grandlyon-cities": {
"target": "https://data.grandlyon.com",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/data-grandlyon-cities": "/fr/datapusher/ws/grandlyon/adr_voie_lieu.adrcomgl/all.json"
},