mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: temporarily forward all requests to instance (even static assets)
This commit is contained in:
parent
34b44fa27f
commit
f1c6ced111
@ -305,7 +305,7 @@ export const instanceService = mkSingleton(
|
||||
|
||||
;(await proxyService()).use(
|
||||
(subdomain) => subdomain !== PUBLIC_APP_DB,
|
||||
['/api(/*)', '/_(/*)'],
|
||||
['/api(/*)', '/_(/*)', '(/*)'],
|
||||
async (req, res, meta) => {
|
||||
const { subdomain, host, proxy } = meta
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user