fix: path interfering with realtime logging api

This commit is contained in:
Ben Allfree 2023-01-23 15:11:22 +00:00
parent 35ad0ac7f5
commit f79e6704f9

View File

@ -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