Add routing-analyzer-data to boundary declarations

Missing declaration caused SX_BOUNDARY_STRICT crash on startup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 16:12:43 +00:00
parent cf5e767510
commit dd1c1c9a3c

View File

@@ -49,3 +49,8 @@
:params ()
:returns "dict"
:service "sx")
(define-page-helper "routing-analyzer-data"
:params ()
:returns "dict"
:service "sx")