瀏覽代碼

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…
取消
儲存