fix: restore DB connectivity check to auth health endpoint
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ if (!databaseUrl) {
|
||||
);
|
||||
}
|
||||
|
||||
const pool = new Pool({
|
||||
export const pool = new Pool({
|
||||
connectionString: databaseUrl ?? "postgresql://cartsnitch:cartsnitch@localhost:5432/cartsnitch",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user