hedgedoc/lib/web
Erik Michelson 9949e3a875 feat(healthcheck): add /_health endpoint
This endpoint returns the internal readiness state used by
the realtime code to indicate whether HedgeDoc is performing
properly. As it only returns the state of a variable, it is
less resource hungry compared to a call to /status for
checking the health of HedgeDoc.

By prepending the route with an underscore, it should not be conflicting with already created pads in FreeURL mode.

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-03-19 22:09:16 +01:00
..
auth
imageRouter fix(image-router): correct usage of rimraf 2023-02-12 20:58:02 +01:00
middleware
note Pass through breaks option to published note 2022-10-03 20:18:16 +02:00
baseRouter.js
historyRouter.js
statusRouter.js feat(healthcheck): add /_health endpoint 2023-03-19 22:09:16 +01:00
userRouter.js fix(user-export): sanitize filenames in zip properly 2022-11-27 20:51:37 +01:00
utils.js