update pos consumer module

This commit is contained in:
2026-03-29 18:06:41 +03:30
parent 63fa2bc67e
commit c870a43e35
53 changed files with 2145 additions and 671 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
import { AccessTokenPayload } from '@/common/models/tokenPayload.model'
import { ITokenPayload } from '@/modules/auth/auth.utils'
import { UnauthorizedException } from '@nestjs/common'
import { JwtService } from '@nestjs/jwt'
import { Request } from 'express'
import { AccessTokenPayload } from 'modules/auth/models'
export function checkAndDecodeJwtToken(
req: Request,