mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-09 15:46:41 +00:00
feat(pockethost): Remove unneeded params from GetOrProvisionInstanceUrl filter
This commit is contained in:
parent
b55c585e8a
commit
55b43a1573
5
.changeset/1719706556924.md
Normal file
5
.changeset/1719706556924.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'pockethost': minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Remove unneeded params from GetOrProvisionInstanceUrl filter
|
@ -108,11 +108,7 @@ export const serve = async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const url = await doGetOrProvisionInstanceUrlFilter('', {
|
const url = await doGetOrProvisionInstanceUrlFilter('', {
|
||||||
req,
|
|
||||||
res,
|
|
||||||
instance,
|
instance,
|
||||||
host,
|
|
||||||
subdomain,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
dbg(`Forwarding request for ${req.url} to instance ${url}`)
|
dbg(`Forwarding request for ${req.url} to instance ${url}`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user