From ff96741d23fcf03d11fe41c4478d99e3f2810fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 1 Jun 2025 23:39:35 +0200 Subject: [PATCH] fix api --- deploy/appflowy/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/appflowy/ingress.yaml b/deploy/appflowy/ingress.yaml index 4d1083f..ce9ae63 100644 --- a/deploy/appflowy/ingress.yaml +++ b/deploy/appflowy/ingress.yaml @@ -50,8 +50,8 @@ spec: # └──────────────────────────────────────────────────────────────────────────────┘ # a) Direct all `/api/*` calls to the backend service - - path: /api - pathType: Prefix + - path: /api(/|$)(.*) + pathType: ImplementationSpecific backend: service: name: appflowy-cloud