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