web: proxy /notifcation

This commit is contained in:
Bill Thiede 2025-04-15 18:39:36 -07:00
parent 92b880f03b
commit 3f87038776

View File

@ -13,6 +13,9 @@ backend = "ws://localhost:9345/api/ws"
[[proxy]] [[proxy]]
backend = "http://localhost:9345/api/" backend = "http://localhost:9345/api/"
[[proxy]]
backend = "http://localhost:9345/notification/"
[[hooks]] [[hooks]]
stage = "pre_build" stage = "pre_build"
command = "printf" command = "printf"