diff --git a/backend/src/exceptions/server-error-exception.ts b/backend/src/exceptions/server-error-exception.ts index 04db25fe..49251bdf 100644 --- a/backend/src/exceptions/server-error-exception.ts +++ b/backend/src/exceptions/server-error-exception.ts @@ -1,4 +1,4 @@ -import { ExceptionWithHttpState } from './exception-with-http-state'; +import { ExceptionWithHttpState } from './exception-with-http-state.js'; /** * Exception for HTTP 500 Internal Server Error