updated backend imports for clarity, enhanced sync logic, and expanded proxy routes in frontend

This commit is contained in:
2025-08-04 22:38:53 +02:00
parent c3eb540261
commit 26c3cc79d7
4 changed files with 25 additions and 9 deletions

View File

@@ -23,7 +23,11 @@ export default defineConfig({
server: {
proxy: {
'/news': 'http://localhost:8000',
'/meta': 'http://localhost:8000'
'/meta': 'http://localhost:8000',
'/feeds': 'http://localhost:8000',
'/model': 'http://localhost:8000',
'/sync': 'http://localhost:8000',
'/settings': 'http://localhost:8000'
}
},
});