Stop DDOSing Robosats coordinator with hcks

This commit is contained in:
kn0wmad
2023-03-08 21:58:43 -07:00
parent 2459dfe4ad
commit f52d79f991
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.2/mod.ts";
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.8/mod.ts";

View File

@ -1,5 +1,5 @@
import { types as T, healthUtil } from "../deps.ts";
export const health: T.ExpectedExports.health = {
"web-ui": healthUtil.checkWebUrl("http://robosats.embassy:12596")
"web-ui": healthUtil.checkWebUrl("http://robosats.embassy:12596/selfhosted")
}