mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: change the controllers tags
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user