浏览代码

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() {