2023-03-08 21:58:43 -07:00

6 lines
185 B
TypeScript

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