We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a4b52 commit cc9b689Copy full SHA for cc9b689
1 file changed
routes/auth.js
@@ -906,6 +906,6 @@ router.get('/export-data', authenticateToken, sensitiveLimiter, async (req, res)
906
}
907
});
908
909
-export { isVpnOrProxy, getClientIp };
+export { getClientIp };
910
911
export default router;
0 commit comments