Skip to content

Commit

Permalink
return IP
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Jan 20, 2025
1 parent ec8c1cb commit 4d91fdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions signer-service/src/api/routes/v1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ router.use('/rating', ratingRoutes);
*/
router.use('/siwe', siweRoutes);

router.use('/ip', (request, response) => response.send(request.ip));

module.exports = router;

0 comments on commit 4d91fdf

Please sign in to comment.