diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 82a8bf6..7c520af 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,7 +6,6 @@
-
@@ -77,7 +76,7 @@
-
+
diff --git a/src/app/images/upload/page.tsx b/src/app/images/upload/page.tsx
index 30ed191..e43cfb4 100644
--- a/src/app/images/upload/page.tsx
+++ b/src/app/images/upload/page.tsx
@@ -17,7 +17,7 @@ function useApiKey(): ()=>Promise {
headers: {
'Authorization': getCookie("access_token")!,
}
- }).then(it =>it.json()).then(it=>it.apiKey);
+ }).then(it =>it.json()).then(it=>it.apiToken);
setApiKeyP(h.p);
return await h.p;
};