mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-12-28 14:09:17 +00:00
5 lines
173 B
TypeScript
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")
|
|
} |