mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
7f03bd76e6
If the primary had DERP disabled, workspace proxy registrations would fail with a panic, as the registration endpoint would attempt to access the mesh key from the nil DerpServer. Changes the endpoint to query the database for the key.