💩 create initiation file for isAdmin middleware

This commit is contained in:
unknown
2025-07-07 22:28:16 +07:00
parent 2fe34034a5
commit ffdc80146d
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import { Context } from "elysia";
export const isAdminMiddleware = (ctx: Context) => {
//validate here
};