From 6aa971d0b3487f4ab3d67fa224a20768435bb31d Mon Sep 17 00:00:00 2001 From: shahargl Date: Wed, 23 Oct 2024 11:17:21 +0300 Subject: [PATCH] feat: update keep version --- charts/keep/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/keep/values.yaml b/charts/keep/values.yaml index 6b3a32e..75a0854 100644 --- a/charts/keep/values.yaml +++ b/charts/keep/values.yaml @@ -19,7 +19,7 @@ global: websocketPrefix: "/websocket" # can't use /api since its "catched" by the nextjs frontend e.g # . /api/auth/signin or /api/config - backendPrefix: "/apinew" + backendPrefix: "/v2" frontendPrefix: "/" hosts: [] # uncomment when you want to use a custom domain