Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 4083ce6

Browse files
committed
restore as different route
1 parent 18b969b commit 4083ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ exports.routes = {
256256

257257
{ path: "/:apiVersion/user/challenges", action: "getMyChallenges" },
258258
{ path: "/:apiVersion/user/activation-email", action: "userActivationEmail" },
259-
//{ path: "/:apiVersion/user/identity/:id", action: "getUserIdentityByAuth0Id" },
259+
{ path: "/:apiVersion/user/tcid/:id", action: "getUserIdentityByAuth0Id" },
260260
{ path: "/:apiVersion/user/identity", action: "getUserIdentity" },
261261

262262
{ path: "/:apiVersion/users/tops/:trackType", action: "getTopTrackMembers" },

0 commit comments

Comments
 (0)