Skip to content
Snippets Groups Projects
Commit a81b022a authored by Florent Poittevin's avatar Florent Poittevin Committed by Alicia.DeDiosFuente
Browse files

chore: add rss setting in proxy conf files

parent 7adb634a
No related branches found
No related tags found
1 merge request!48Fpo/641 set date format for material date picker
...@@ -34,5 +34,14 @@ ...@@ -34,5 +34,14 @@
"^/api": "" "^/api": ""
}, },
"changeOrigin": false "changeOrigin": false
},
"/api/rss": {
"target": "https://www.unige.ch/feed",
"secure": true,
"logLevel": "info",
"pathRewrite": {
"^/api": ""
},
"changeOrigin": true
} }
} }
...@@ -34,5 +34,14 @@ ...@@ -34,5 +34,14 @@
"^/api": "" "^/api": ""
}, },
"changeOrigin": false "changeOrigin": false
},
"/api/rss": {
"target": "https://www.unige.ch/feed",
"secure": true,
"logLevel": "info",
"pathRewrite": {
"^/api": ""
},
"changeOrigin": true
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment