chore: add danak services and admin login

This commit is contained in:
mahyargdz
2025-01-25 16:52:54 +03:30
parent 8af72264e7
commit 6da4b5114c
35 changed files with 505 additions and 34 deletions
+6 -2
View File
@@ -1,6 +1,10 @@
import { Controller } from "@nestjs/common";
import { ApiTags } from "@nestjs/swagger";
// import { TicketsService } from "./providers/tickets.service";
@Controller("tickets")
@ApiTags("users")
export class TicketsController {}
@ApiTags("Tickets")
export class TicketsController {
// constructor(private readonly ticketsService: TicketsService) {}
}