From 3f87038776b3a5daed6bf5b94bc6e970995e8e8e Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Tue, 15 Apr 2025 18:39:36 -0700 Subject: [PATCH] web: proxy /notifcation --- web/Trunk.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/Trunk.toml b/web/Trunk.toml index 517fa5e..cd76163 100644 --- a/web/Trunk.toml +++ b/web/Trunk.toml @@ -13,6 +13,9 @@ backend = "ws://localhost:9345/api/ws" [[proxy]] backend = "http://localhost:9345/api/" +[[proxy]] +backend = "http://localhost:9345/notification/" + [[hooks]] stage = "pre_build" command = "printf"