We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ff141 commit 9bf7845Copy full SHA for 9bf7845
src/engines/postgresql.ts
@@ -55,6 +55,6 @@ export const postgresql: RegexEngine = {
55
],
56
short_name: "PostgreSQL",
57
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",
+ status_url: "https://regexplanet-postgresql.gcr.regexplanet.com/status.json",
+ test_url: "https://regexplanet-postgresql.gcr.regexplanet.com/test.json",
60
};
0 commit comments