2023-01-12 13:30:11 -05:00

6 lines
174 B
TypeScript

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