소스 검색

changed to correct link

Lucas 1 년 전
부모
커밋
bc0f650f1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/App.jsx

+ 1 - 1
src/App.jsx

@@ -2,7 +2,7 @@ import TextCard from "./TextCard";
 import "./App.css";
 import { useState, useEffect } from "react";
 
-const API_BASE_LINK = "http://127.0.0.1:7788";
+const API_BASE_LINK = "https://copy.lucason.top";
 
 // Get the data from the server, RETURN JS OBJECT
 async function getListFromServer() {