import { Controller } from '@nestjs/common';

@Controller('merchant-has-category')
export class MerchantHasCategoryController {}
