chore: add landing module

This commit is contained in:
mahyargdz
2025-04-13 11:57:03 +03:30
parent 78f481871c
commit 6f55f7a1d6
14 changed files with 210 additions and 81 deletions
@@ -49,7 +49,7 @@ export class DanakServicesController {
return this.danakServicesService.getCategoryList(queryDto);
}
@AuthGuards()
// @AuthGuards()
@ApiOperation({ summary: "Get all service categories user side" })
@Get("categories/public")
getCategoriesUserSide() {
@@ -106,7 +106,7 @@ export class DanakServicesController {
}
@ApiOperation({ summary: "get all danak services for user side" })
@AuthGuards()
// @AuthGuards()
@Get("public")
getServicesForUser(@Query() queryDto: DanakServicesQueryDto) {
return this.danakServicesService.getServicesListForUser(queryDto);