fix: vessel_store 타임존 수정 + 모선 추론 이식 + 검토 목록 동기화 #221
@ -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',
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user