release: 2026-03-31 (39건 커밋) #210

병합
htlee develop 에서 main 로 39 commits 를 머지했습니다 2026-03-31 10:12:10 +09:00
Showing only changes of commit dddb978dea - Show all commits

파일 보기

@ -118,7 +118,7 @@ export default defineConfig(({ mode }): UserConfig => ({
'/api/prediction': {
target: 'http://localhost:8001',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api\/prediction/, ''),
rewrite: (path) => path.replace(/^\/api\/prediction/, '/api'),
},
'/ollama': {
target: 'http://localhost:11434',