fix: change the role refrence in database

This commit is contained in:
mahyargdz
2025-01-19 11:55:52 +03:30
parent 58c9bfa912
commit f88ccec546
10 changed files with 119 additions and 14 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
import { Controller } from '@nestjs/common';
import { Controller } from "@nestjs/common";
import { ApiTags } from "@nestjs/swagger";
@Controller('tickets')
@Controller("tickets")
@ApiTags("users")
export class TicketsController {}