소스 검색

fix: bug

hover-contact
ntasicc 3 년 전
부모
커밋
a60f01e070
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      requests/dataIdsRequest.js

+ 1
- 1
requests/dataIdsRequest.js 파일 보기

@@ -1,7 +1,7 @@
import apiEndpoints from './apiEndpoints';

export const getDataIds = async () => {
const response = await fetch(`http://localhost:3000${apiEndpoints.dataIds}`);
const response = await fetch(`${apiEndpoints.dataIds}`);

const data = await response.json();


Loading…
취소
저장