mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 22:35:30 +01:00
test
This commit is contained in:
@@ -13,7 +13,7 @@ LOG = create_logger(app)
|
||||
executor = Executor(app)
|
||||
|
||||
def render_overview():
|
||||
test = app.OAuth2Token.all()
|
||||
test = app.model.OAuth2Token.all()
|
||||
LOG.debug("Test: "+test)
|
||||
url = headscale.get_url()
|
||||
api_key = headscale.get_api_key()
|
||||
|
||||
Reference in New Issue
Block a user