mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: apiv2 failed in container (#2307)
This commit is contained in:
@@ -19,6 +19,10 @@ export default defineConfig({
|
||||
target: devProxyServer,
|
||||
xfwd: true,
|
||||
},
|
||||
"^/memos.api.v2": {
|
||||
target: devProxyServer,
|
||||
xfwd: true,
|
||||
},
|
||||
"^/o/": {
|
||||
target: devProxyServer,
|
||||
xfwd: true,
|
||||
|
Reference in New Issue
Block a user