Files

14 lines
297 B
YAML
Raw Permalink Normal View History

get:
tags:
- ping
summary: Check if NodeBB is up
description: This route returns "200" and 200 status code if NodeBB is up and running.
responses:
"200":
description: ""
content:
text/plain:
schema:
type: string
example: "200"