diff options
Diffstat (limited to 'src/api/routes/-/healthz.ts')
-rw-r--r-- | src/api/routes/-/healthz.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/-/healthz.ts b/src/api/routes/-/healthz.ts index f7bcfebf..5dee9e86 100644 --- a/src/api/routes/-/healthz.ts +++ b/src/api/routes/-/healthz.ts @@ -1,5 +1,5 @@ -import { Router, Response, Request } from "express"; import { route } from "@fosscord/api"; +import { Request, Response, Router } from "express"; import { getConnection } from "typeorm"; const router = Router(); |