diff options
author | Hayden Young <hi@hbjy.dev> | 2021-10-14 18:27:19 +0100 |
---|---|---|
committer | Hayden Young <hi@hbjy.dev> | 2021-10-14 18:27:19 +0100 |
commit | a20279c41ffc7da15cff99c33f92dcbffb5a764f (patch) | |
tree | 39fb4709804d483ff0ad5dfb135f92126ac692ea /api/src | |
parent | Merge pull request #438 from Mr2u/dev (diff) | |
download | server-a20279c41ffc7da15cff99c33f92dcbffb5a764f.tar.xz |
feat: initial addition of a healthz, readyz and metrics route
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/routes/-/healthz.ts | 10 | ||||
-rw-r--r-- | api/src/routes/-/metrics.ts | 10 | ||||
-rw-r--r-- | api/src/routes/-/readyz.ts | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/api/src/routes/-/healthz.ts b/api/src/routes/-/healthz.ts new file mode 100644 |