Skip to content

Commit 9bf7845

Browse files
committed
Use new postgresql backend
1 parent a5ff141 commit 9bf7845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engines/postgresql.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ export const postgresql: RegexEngine = {
5555
],
5656
short_name: "PostgreSQL",
5757
source_url: "https://github.com/regexplanet/regexplanet-postgresql",
58-
status_url: "https://regexplanet-postgresql.herokuapp.com/status.json",
59-
test_url: "https://regexplanet-postgresql.herokuapp.com/test.json",
58+
status_url: "https://regexplanet-postgresql.gcr.regexplanet.com/status.json",
59+
test_url: "https://regexplanet-postgresql.gcr.regexplanet.com/test.json",
6060
};

0 commit comments

Comments
 (0)