반응형 및 테이블 리스트 컴포넌트 오류 수정
This commit is contained in:
@@ -515,6 +515,7 @@ export class DashboardController {
|
||||
});
|
||||
|
||||
// 외부 API 호출
|
||||
// @ts-ignore - node-fetch dynamic import
|
||||
const fetch = (await import("node-fetch")).default;
|
||||
const response = await fetch(urlObj.toString(), {
|
||||
method: method.toUpperCase(),
|
||||
|
||||
Reference in New Issue
Block a user