changed links

This commit is contained in:
2025-09-27 22:56:17 +02:00
parent 21b152ef2b
commit 7f9ed23a86
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ const APIKeyTable: React.FC = () => {
const fetchData = async () => {
setIsLoading(true);
try {
const response = await fetch("http://localhost:8002/api/apiKeys", {
const response = await fetch("https://backend.insta.the1s.de/api/apiKeys", {
method: "GET",
headers: {
Authorization: `Bearer ${Cookies.get("token")}`,