feat: auth module

This commit is contained in:
matin jamshidi
2025-01-20 10:19:06 +03:30
parent 9701c51445
commit 56b50d8c32
9 changed files with 90 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
import { Controller } from "@nestjs/common";
@Controller("auth")
export class AuthController {}