fix: change the role refrence in database
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { Controller } from "@nestjs/common";
|
||||
import { ApiTags } from "@nestjs/swagger";
|
||||
|
||||
@Controller("users")
|
||||
@ApiTags("users")
|
||||
export class UsersController {}
|
||||
|
||||
Reference in New Issue
Block a user