From a12b65a4886a80b0e408b85c03f52e710de9aa0e Mon Sep 17 00:00:00 2001 From: Ali Date: Tue, 24 Feb 2026 21:50:24 +0900 Subject: [PATCH] auth --- public/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/dashboard.js b/public/dashboard.js index 375da63..df2bc08 100644 --- a/public/dashboard.js +++ b/public/dashboard.js @@ -1,5 +1,5 @@ // dashboard.js -import { authFetch } from "api.js"; +import { authFetch } from "./api.js"; // Element‑Referenzen const welcomeMessage = document.getElementById("welcomeMessage");