debugging and add image uploader to guild good

This commit is contained in:
2026-04-18 12:14:19 +03:30
parent ca494ee82a
commit 1a3a450960
16 changed files with 214 additions and 144 deletions
@@ -18,8 +18,6 @@ export class PartnerMiddleware implements NestMiddleware {
async use(req: Request, _res: Response, next: NextFunction) {
const doForbidden = () => {
console.log('doForbidden')
throw new ForbiddenException('شما دسترسی لازم را ندارید')
}
try {