Skip to content

Commit d8dae63

Browse files
committed
Switched Java backend to CloudRun
1 parent 037bde9 commit d8dae63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engines/java.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ export const java: RegexEngine = {
7373
],
7474
short_name: "Java",
7575
source_url: "https://github.com/regexplanet/regexplanet-java",
76-
status_url: "https://regexplanet-java.appspot.com/status.jsp",
77-
test_url: "https://regexplanet-java.appspot.com/test.jsp",
76+
status_url: "https://java.gcr.regexplanet.com/status.json",
77+
test_url: "https://java.gcr.regexplanet.com/test.json",
7878
};

0 commit comments

Comments
 (0)