Added readable mode for article content
This commit is contained in:
@@ -34,7 +34,14 @@ export default defineConfig({
|
||||
secure: false,
|
||||
rewrite: (path) => path.replace(/^\/feeds\/sync/, ''),
|
||||
},
|
||||
'/feeds/read': {
|
||||
target: 'http://localhost:8001/api/v1/article/read',
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
rewrite: (path) => path.replace(/^\/feeds\/read/, ''),
|
||||
},
|
||||
},
|
||||
|
||||
cors: false
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user