From da7e155ff9ee03187c355ecfb0339c35cdf3476c Mon Sep 17 00:00:00 2001 From: AlefrankM Date: Fri, 9 Dec 2022 17:05:57 -0400 Subject: [PATCH] without token --- middlewares/authentication.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/middlewares/authentication.js b/middlewares/authentication.js index e6c0a57..b45a92c 100755 --- a/middlewares/authentication.js +++ b/middlewares/authentication.js @@ -21,6 +21,7 @@ const tokenVerify = (req, res, next) => { '/v1/api/appLogin', '/v2/api/login', '/v1/api/signup', + '/v2/api/signup', '/metis/v2/api/signup', '/v1/api/get-jupiter-account', '/v1/api/jupiter/alias/', @@ -29,8 +30,8 @@ const tokenVerify = (req, res, next) => { '/v1/api/job/status', '/api-docs', '/jim/v1/api/ping', - '/v1/api/crypto', - ]; + '/v1/api/crypto' + ] // app.get('/v1/api/accounts/:accountAddress/aliases', async (req, res) => { const routeDoesntNeedAuthentication = noAuthenticationRouteList.filter((route) =>