feat: auth module
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { Controller } from "@nestjs/common";
|
||||
|
||||
@Controller("auth")
|
||||
export class AuthController {}
|
||||
Reference in New Issue
Block a user