mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
parent
b094fb1e52
commit
fcfac30caa
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ let api = {};
|
|||
* @apiGroup Status
|
||||
*
|
||||
* @apiSuccess {String} data.status 'up' if everything is ok
|
||||
*
|
||||
* @apiSuccessExample {JSON} Server is Up
|
||||
* {
|
||||
* 'status': 'up',
|
||||
* }
|
||||
*/
|
||||
api.getStatus = {
|
||||
method: 'GET',
|
||||
|
|
|
|||
Loading…
Reference in a new issue