From a04fe005637225a16bb60c7a0fd321e45fd78a5b Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 6 Jan 2023 15:55:30 -0500 Subject: [PATCH] fix health check import --- backend/src/routes/status/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/routes/status/index.ts b/backend/src/routes/status/index.ts index 815ceab17..d3c694b92 100644 --- a/backend/src/routes/status/index.ts +++ b/backend/src/routes/status/index.ts @@ -1,4 +1,4 @@ -import healthCheck from './healthCheck'; +import healthCheck from './status'; export { healthCheck