Skip to content

Commit

Permalink
without token
Browse files Browse the repository at this point in the history
  • Loading branch information
AlefrankM committed Dec 9, 2022
1 parent 9d0198f commit da7e155
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions middlewares/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand All @@ -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) =>
Expand Down

0 comments on commit da7e155

Please sign in to comment.