Skip to content

Commit

Permalink
fix(users): remove user refresh log requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs committed Jun 26, 2024
1 parent 0e4304d commit 72a9af5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/routes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export default (router: Router, service: any, App: any): Router => {
AnalyticsRoutes(router);

router.get('/user/refresh', passportAuth, async (req, res) => {
console.log('/user/refresh -->', JSON.stringify(req.headers, null), (req as AuthorizedUser).user.uuid);

const { publicKey, privateKey, revocateKey } = req.body;
const userData: any = (req as AuthorizedUser).user;

Expand Down

0 comments on commit 72a9af5

Please sign in to comment.