Skip to content

Commit

Permalink
Merge pull request #178 from fdhhhdjd/developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
fdhhhdjd authored Mar 5, 2023
2 parents ba5b9c5 + ea06177 commit ebe047f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ paths:
#!created_at 28/02/2023
#!description: New Token
/api/v1/admin/renew-token:
post:
get:
summary: New Token
tags: [New Token]
operationId: reNewToken
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ paths:
#!updated_at 08/02/2023
#!description: New Token
/api/v1/user/renew-token:
post:
get:
summary: New Token
tags: [New Token]
operationId: reNewToken
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const accessTokenMiddleware = async (req, res, next) => {

// Take token
const { device_id } = req.device;
console.log(device_id, 'device_id')

// Take data device student
const data_device = await user_device_model.getDeviceId(
{ device_uuid: device_id },
Expand Down

0 comments on commit ebe047f

Please sign in to comment.