mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-16 16:33:45 +00:00
759a3b7d2f
Added middleware exception for /api/system/ssh-config when a valid setup token is provided, matching the pattern used for verify-temperature-ssh. The middleware was blocking ssh-config requests before they reached the handler, even though the handler had setup token validation logic.