Route /api/logs to admin API in Vite proxy config
This commit is contained in:
parent
0353e0299f
commit
79a30dd179
@ -11,6 +11,7 @@ export default defineConfig({
|
|||||||
'/api/settings': 'http://localhost:8001',
|
'/api/settings': 'http://localhost:8001',
|
||||||
'/api/ollama-models': 'http://localhost:8001',
|
'/api/ollama-models': 'http://localhost:8001',
|
||||||
'/api/proxy-info': 'http://localhost:8001',
|
'/api/proxy-info': 'http://localhost:8001',
|
||||||
|
'/api/logs': 'http://localhost:8001',
|
||||||
'/api': 'http://localhost:8000',
|
'/api': 'http://localhost:8000',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user