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