fix(ift): mount ObserverWeb dashboard at / on dedicated host
CI / test (push) Successful in 7m42s
CI / deploy-ift (push) Successful in 5m40s
CI / e2e-ift (push) Successful in 1m28s
CI / deploy-stage (push) Successful in 2m12s
CI / e2e-stage (push) Successful in 1m20s

observer.ift.calentiq.com already has its own subdomain; /observer path prefix is redundant.
This commit is contained in:
2026-08-13 10:54:19 +03:00
parent c89d08968d
commit 37011f66a1
+2 -1
View File
@@ -12,7 +12,8 @@ defmodule WebDev.Router do
scope "/" do scope "/" do
pipe_through(:browser) pipe_through(:browser)
observer_dashboard("/observer") # Dedicated host observer.*.calentiq.com — mount at root (no /observer prefix)
observer_dashboard("/")
end end
end end