fix add_machine bug & foramt

This commit is contained in:
itbencn
2023-04-21 01:28:56 +08:00
parent e7c1596e3a
commit 2fdbbf5519
2 changed files with 267 additions and 263 deletions

View File

@@ -439,7 +439,7 @@ def register_machine():
url = headscale.get_url()
api_key = headscale.get_api_key()
return str(headscale.register_machine(url, api_key, machine_key, user))
return headscale.register_machine(url, api_key, machine_key, user)
########################################################################################
# User API Endpoints

File diff suppressed because it is too large Load Diff