chore: add referral module

This commit is contained in:
mahyargdz
2025-04-14 16:26:37 +03:30
parent 99ca2461f1
commit bec73658d5
21 changed files with 378 additions and 8 deletions
@@ -149,6 +149,7 @@ export class BlogsController {
}
@ApiOperation({ summary: "Get all active categories (user side)" })
@SkipAuth()
@Get("categories/public")
getCategoriesUserSide() {
return this.blogsService.getCategoriesUserSide();