This commit is contained in:
bipproduction
2025-11-04 14:48:13 +08:00
parent 7ff3162ff6
commit 232aff3f96

View File

@@ -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";