mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-30 20:30:32 +01:00
change getObject to getSortedSetRange so db is always checked. getObject calls are cached
14 lines
305 B
YAML
14 lines
305 B
YAML
get:
|
|
tags:
|
|
- ping
|
|
summary: Check if NodeBB is up
|
|
description: This route returns "healthy" and 200 status code if NodeBB is up and running.
|
|
responses:
|
|
"200":
|
|
description: ""
|
|
content:
|
|
text/plain:
|
|
schema:
|
|
type: string
|
|
example: "healthy"
|