Ver Fonte

changed to correct link

Lucas há 1 ano atrás
pai
commit
bc0f650f1e
1 ficheiros alterados com 1 adições e 1 exclusões
  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() {