release: 2026-03-27.2 (192�� Ŀ��) #135
@ -2,7 +2,7 @@ import { wingPool } from '../db/wingDb.js';
|
||||
import { getBacktrack } from './predictionService.js';
|
||||
|
||||
const PYTHON_API_URL = process.env.PYTHON_API_URL ?? 'http://localhost:5003';
|
||||
const VESSEL_TRACK_API_URL = process.env.VESSEL_TRACK_API_URL ?? 'http://localhost:9090';
|
||||
const VESSEL_TRACK_API_URL = process.env.VESSEL_TRACK_API_URL ?? 'https://guide.gc-si.dev/signal-batch';
|
||||
|
||||
// 유종 코드(DB) → OpenDrift 유종 코드 매핑
|
||||
const OIL_TYPE_MAP: Record<string, string> = {
|
||||
@ -288,7 +288,7 @@ async function fetchVesselTracks(
|
||||
|
||||
console.log(body);
|
||||
|
||||
const res = await fetch(`${VESSEL_TRACK_API_URL}`, {
|
||||
const res = await fetch(`${VESSEL_TRACK_API_URL}/api/v2/tracks/area-search`, {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify(body),
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user