release: 2026-04-04 (31건 커밋) #223

병합
htlee develop 에서 main 로 23 commits 를 머지했습니다 2026-04-04 10:53:05 +09:00
Showing only changes of commit e7ed536be5 - Show all commits

파일 보기

@ -125,9 +125,9 @@ export default defineConfig(({ mode }): UserConfig => ({
secure: true,
},
'/api/prediction/': {
target: 'http://192.168.1.18:8001',
target: 'https://kcg.gc-si.dev',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api\/prediction/, '/api'),
secure: true,
},
'/ollama': {
target: 'http://localhost:11434',