Route /api/logs to admin API in Vite proxy config

This commit is contained in:
Oliver Hofmann 2026-05-10 10:40:41 +02:00
parent 0353e0299f
commit 79a30dd179

View File

@ -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',
}, },
}, },