feat: change the controllers tags

This commit is contained in:
Ahmed Bouhuolia
2025-06-13 01:57:53 +02:00
parent ff93168d72
commit bcae2dae03
63 changed files with 77 additions and 71 deletions

View File

@@ -21,7 +21,7 @@ import { CurrenciesApplication } from './CurrenciesApplication.service';
import { CreateCurrencyDto } from './dtos/CreateCurrency.dto';
import { EditCurrencyDto } from './dtos/EditCurrency.dto';
@ApiTags('currencies')
@ApiTags('Currencies')
@Controller('/currencies')
export class CurrenciesController {
constructor(private readonly currenciesApp: CurrenciesApplication) {}