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:
@@ -4,7 +4,7 @@ import { GetInventoyItemsCostQueryDto } from './dtos/GetInventoryItemsCostQuery.
|
||||
import { ApiOperation, ApiTags } from '@nestjs/swagger';
|
||||
|
||||
@Controller('inventory-cost')
|
||||
@ApiTags('inventory-cost')
|
||||
@ApiTags('Inventory Cost')
|
||||
export class InventoryCostController {
|
||||
constructor(
|
||||
private readonly inventoryItemCost: GetItemsInventoryValuationListService,
|
||||
|
||||
Reference in New Issue
Block a user