From ac5660a6d07a03c8143ce2b4133442b4c6019f64 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 2 Dec 2023 16:35:18 -0800 Subject: [PATCH] web: have trunk proxy /original/ requests to backend --- web/Trunk.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/Trunk.toml b/web/Trunk.toml index 65d4360..35d007b 100644 --- a/web/Trunk.toml +++ b/web/Trunk.toml @@ -10,6 +10,8 @@ port = 6758 backend = "http://localhost:9345/" rewrite= "/api/" [[proxy]] +backend="http://localhost:9345/original" +[[proxy]] backend="http://localhost:9345/graphiql" [[proxy]] backend="http://localhost:9345/graphql"