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