mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
client/web: remove DebugMode from GET /api/data
No longer using this! Readonly state fully managed via auth endpoint. Also getting rid of old Legacy server mode. A #cleanup Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:

committed by
Sonia Appasamy

parent
6f7a1b51a8
commit
2dbd546766
@@ -30,7 +30,7 @@ func main() {
|
||||
|
||||
// Serve the Tailscale web client.
|
||||
ws, err := web.NewServer(web.ServerOpts{
|
||||
Mode: web.LegacyServerMode,
|
||||
Mode: web.LoginServerMode,
|
||||
LocalClient: lc,
|
||||
})
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user