diff --git a/src/app/components/Realtime.tsx b/src/app/components/Realtime.tsx index 429be214..141b6cd2 100644 --- a/src/app/components/Realtime.tsx +++ b/src/app/components/Realtime.tsx @@ -267,7 +267,7 @@ const RealtimeAPI = async (url: string): Promise> => { const search = async (staName: string): Promise> => { return await RealtimeAPI( `https://api.hybus.app/subway/1/8/${ - staName === '한대앞' ? 'subway' : 'jungang' + staName === '한대앞' ? 'hanyang_univ' : 'jungang' }` ).then( (res) =>