- Readme changes
- docker fixed version postresql - sync [WIP]
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user