- Readme changes

- docker fixed version postresql
- sync [WIP]
This commit is contained in:
2023-10-07 19:10:04 +02:00
parent 6822b5eab5
commit ec35f66a88
7 changed files with 51 additions and 11 deletions
+6
View File
@@ -28,6 +28,12 @@ export default defineConfig({
secure: false,
rewrite: (path) => path.replace(/^\/feeds\/get/, ''),
},
'/feeds/sync': {
target: 'http://localhost:8001/api/v1/article/sync',
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/feeds\/sync/, ''),
},
},
cors: false
},