Add new feed url

This commit is contained in:
2023-11-10 17:17:29 +01:00
parent f9f274f6e2
commit d920f5b9b9
5 changed files with 67 additions and 9 deletions
+6
View File
@@ -40,6 +40,12 @@ export default defineConfig({
secure: false,
rewrite: (path) => path.replace(/^\/feeds\/read/, ''),
},
'/feeds/add': {
target: 'http://localhost:8001/api/v1/article/add',
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/feeds\/add/, ''),
},
},
cors: false