mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore(pockethost): code cleanup
This commit is contained in:
parent
67d41d559c
commit
89b827c5d8
@ -24,7 +24,7 @@ export async function daemon() {
|
||||
await PortService({})
|
||||
await PocketbaseService({})
|
||||
|
||||
await tryFetch(`${MOTHERSHIP_URL(`/api/health`)}`, {})
|
||||
await tryFetch(MOTHERSHIP_URL(`/api/health`), {})
|
||||
|
||||
info(`Serving`)
|
||||
|
||||
|
@ -7,7 +7,7 @@ export async function ftp() {
|
||||
const { dbg, error, info, warn } = logger
|
||||
info(`Starting`)
|
||||
|
||||
await tryFetch(`${MOTHERSHIP_URL(`/api/health`)}`, {})
|
||||
await tryFetch(MOTHERSHIP_URL(`/api/health`), {})
|
||||
|
||||
await ftpService({
|
||||
mothershipUrl: MOTHERSHIP_URL(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user