Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed Apr 3, 2024
1 parent 8aab326 commit a3994ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgkex/broker/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def wg_api_v2_gateway_best() -> Tuple[Response | Dict, int]:
"Port": str(w_data.get("Port")),
"AllowedIPs": [w_data.get("LinkAddress")],
"PublicKey": w_data.get("PublicKey"),
"Switch:" shouldSwitch
"Switch": shouldSwitch,
}

return {"Endpoint": endpoint}, 200
Expand Down

0 comments on commit a3994ce

Please sign in to comment.