🚚 create backup folder
create backup folder for archive the old modules
This commit is contained in:
6
backup/modules/userRoleAssignment/index.ts
Normal file
6
backup/modules/userRoleAssignment/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import Elysia from "elysia";
|
||||
import { assignRoleToUserController } from "./controller/assignRoleToUser.controller";
|
||||
|
||||
export const userRoleAssignmentModule = new Elysia({
|
||||
prefix: "/role-assignments",
|
||||
}).post("/assign", assignRoleToUserController);
|
||||
Reference in New Issue
Block a user