mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-23 15:54:44 +01:00
test
This commit is contained in:
@@ -16,8 +16,9 @@ LOG = create_logger(app)
|
||||
executor = Executor(app)
|
||||
|
||||
def render_overview():
|
||||
test = OAuth2Token.all()
|
||||
LOG.debug("Test: "+test)
|
||||
with app.app_context():
|
||||
test = OAuth2Token.all()
|
||||
LOG.debug("Test: "+test)
|
||||
url = headscale.get_url()
|
||||
api_key = headscale.get_api_key()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user