Dread d5167fd691 feat/x86 (#5)
* 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>
2022-12-07 13:28:42 -07: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")
}