File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export async function getPlanData(): Promise<RawCourseData> {
138138 d ( 'plan data: cache miss, fetching data' ) ;
139139 }
140140
141- const res = await fetch ( 'https://cdn.dilanxd.net /paper-data/plan.json' ) ;
141+ const res = await fetch ( 'https://cdn.dil.sh /paper-data/plan.json' ) ;
142142 const json = await res . json ( ) ;
143143
144144 await localforage . setItem ( 'plan' , {
@@ -247,7 +247,7 @@ export async function getScheduleData(
247247 }
248248 }
249249
250- const res = await fetch ( `https://cdn.dilanxd.net /paper-data/${ termId } .json` ) ;
250+ const res = await fetch ( `https://cdn.dil.sh /paper-data/${ termId } .json` ) ;
251251 const json = await res . json ( ) ;
252252
253253 await localforage . setItem < ScheduleDataCache > ( cacheLocations [ saveToCache ] , {
You can’t perform that action at this time.
0 commit comments