mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-09 17:38:18 +09:00
b892b8f254
ApplePlatformConfig still used gorilla mux.Vars after the chi
migration in 30338441, so every /apple/{platform} request returned
400 "no platform specified". Read the param via chi and add tests.
Fixes #3296