feat(ext): Add /external/update-my-current-challenge endpoint (#17242)
This commit is contained in:
committed by
mrugesh mohapatra
parent
9eb7cf1ae1
commit
8380c8a181
@ -171,6 +171,13 @@ export default function settingsController(app) {
|
||||
createValidatorErrorHandler(alertTypes.danger),
|
||||
updateMyCurrentChallenge
|
||||
);
|
||||
api.post(
|
||||
'/external/update-my-current-challenge',
|
||||
ifNoUser401,
|
||||
updateMyCurrentChallengeValidators,
|
||||
createValidatorErrorHandler(alertTypes.danger),
|
||||
updateMyCurrentChallenge
|
||||
);
|
||||
api.post(
|
||||
'/update-my-portfolio',
|
||||
ifNoUser401,
|
||||
|
Reference in New Issue
Block a user