fix: restore DB connectivity check to auth health endpoint

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Paperclip
2026-04-14 16:35:24 +00:00
parent 1627887d20
commit c7366f6254
2 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if (!databaseUrl) {
);
}
const pool = new Pool({
export const pool = new Pool({
connectionString: databaseUrl ?? "postgresql://cartsnitch:cartsnitch@localhost:5432/cartsnitch",
});