2022-11-29 11:59:32 -05:00

5 lines
173 B
TypeScript

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