mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-05 08:38:39 +00:00
chore(pockethost): code cleanup
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user