Sfoglia il codice sorgente

changed to correct link

Lucas 1 anno fa
parent
commit
bc0f650f1e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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() {