chore: add typeorm config

This commit is contained in:
mahyargdz
2025-01-19 10:23:18 +03:30
parent 3fb52961c7
commit 583fa52160
16 changed files with 877 additions and 461 deletions
@@ -0,0 +1,4 @@
import { Controller } from '@nestjs/common';
@Controller('tickets')
export class TicketsController {}