mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-19 17:23:22 +00:00
6 lines
185 B
TypeScript
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")
|
|
}
|