kc token public key/token issue, path root set to 1
This commit is contained in:
@@ -13,8 +13,8 @@ def get_logs():
|
||||
page = int(request.args.get('page', 1))
|
||||
per_page = int(request.args.get('per_page', 10))
|
||||
|
||||
with get_db() as db:
|
||||
query = db.query(Log)
|
||||
with get_db() as session:
|
||||
query = session.query(Log)
|
||||
if level:
|
||||
query = query.filter(Log.level == level)
|
||||
if application:
|
||||
|
||||
Reference in New Issue
Block a user