mirror of
https://github.com/iFargle/headscale-webui.git
synced 2025-12-17 07:41:42 +01:00
test
This commit is contained in:
@@ -8,12 +8,15 @@ from concurrent.futures import wait, ALL_COMPLETED
|
||||
from flask_executor import Executor
|
||||
from flask.logging import create_logger
|
||||
|
||||
# Testing..
|
||||
from flaskoidc.models import OAuth2Token
|
||||
|
||||
app = Flask(__name__)
|
||||
LOG = create_logger(app)
|
||||
executor = Executor(app)
|
||||
|
||||
def render_overview():
|
||||
test = app.model.OAuth2Token.all()
|
||||
test = OAuth2Token.all()
|
||||
LOG.debug("Test: "+test)
|
||||
url = headscale.get_url()
|
||||
api_key = headscale.get_api_key()
|
||||
|
||||
Reference in New Issue
Block a user