mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
typo
This commit is contained in:
@@ -19,7 +19,7 @@ let api = {};
|
||||
*
|
||||
* @apiSuccess {object} challenge The newly created challenge
|
||||
*/
|
||||
api.getChallenges = {
|
||||
api.createChallenge = {
|
||||
method: 'POST',
|
||||
url: '/challenges',
|
||||
middlewares: [authWithHeaders(), cron],
|
||||
|
||||
Reference in New Issue
Block a user