fix: apiv2 failed in container (#2307)

This commit is contained in:
Athurg Gooth
2023-09-28 18:45:45 +08:00
committed by GitHub
parent fbbfb11916
commit 5b6b2f0528
2 changed files with 5 additions and 3 deletions

View File

@@ -19,6 +19,10 @@ export default defineConfig({
target: devProxyServer,
xfwd: true,
},
"^/memos.api.v2": {
target: devProxyServer,
xfwd: true,
},
"^/o/": {
target: devProxyServer,
xfwd: true,