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