mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-12-25 20:59:19 +00:00
Stop DDOSing Robosats coordinator with hcks
This commit is contained in:
@ -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";
|
||||
|
||||
@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user