mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: path interfering with realtime logging api
This commit is contained in:
parent
35ad0ac7f5
commit
f79e6704f9
@ -7,7 +7,7 @@ export const centralDbService = mkSingleton(async () => {
|
||||
|
||||
;(await proxyService()).use(
|
||||
PUBLIC_APP_DB,
|
||||
['/api(/*)', '/_(/*)'],
|
||||
['/api(/*)', '/_(/*)', '/'],
|
||||
(req, res, meta) => {
|
||||
const { subdomain, coreInternalUrl, proxy } = meta
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user