mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-24 14:35:49 +00:00
refactor(mothership): improve logging clarity in HandleInstanceResolve
This commit is contained in:
parent
4fcf613aa1
commit
263700495f
@ -5,7 +5,7 @@ export const HandleInstanceResolve = (c: echo.Context) => {
|
|||||||
|
|
||||||
const log = mkLog(`GET:instance/resolve`)
|
const log = mkLog(`GET:instance/resolve`)
|
||||||
|
|
||||||
log(`***TOP OF GET`)
|
log(`TOP OF GET`)
|
||||||
const host = c.queryParam('host')
|
const host = c.queryParam('host')
|
||||||
|
|
||||||
if (!host) {
|
if (!host) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user