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/routes/-/readyz.ts | |
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/routes/-/readyz.ts')
-rw-r--r-- | api/src/routes/-/readyz.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/api/src/routes/-/readyz.ts b/api/src/routes/-/readyz.ts new file mode 100644 |