mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-22 10:43:17 +00:00

* refactored for x86_64 architecture * removed check-web.sh * Fix backup restore Co-authored-by: islandbitcoin <dread@start9.com> Co-authored-by: Chris Guida <chrisguida@gmail.com>
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")
|
|
} |