From 232aff3f9655515b9d06e98b04d381d47bc8159f Mon Sep 17 00:00:00 2001 From: bipproduction Date: Tue, 4 Nov 2025 14:48:13 +0800 Subject: [PATCH] tambahan --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 2909cec..78793a7 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,7 +3,7 @@ import Elysia, { t } from "elysia"; import Swagger from "@elysiajs/swagger"; import html from "./index.html" import Dashboard from "./server/routes/darmasaba"; -import apiAuth from "./server/middlewares/apiAuth"; +import { apiAuth } from "./server/middlewares/apiAuth"; import Auth from "./server/routes/auth_route"; import ApiKeyRoute from "./server/routes/apikey_route"; import type { User } from "generated/prisma";