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 | d5057ab8889231dd09033ed8327452648fd50bc7 (patch) | |
| tree | 97759912e80cea96900bf0b839bb553e17c13b9c /api/src | |
| parent | Merge pull request #438 from Mr2u/dev (diff) | |
| download | server-ts-d5057ab8889231dd09033ed8327452648fd50bc7.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 |
