mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-04 04:29:32 -06:00
Didn't find the original problem, seem to work fine.
This commit is contained in:
@@ -94,7 +94,6 @@ class SQLAlchemyDebugPanel(DebugPanel):
|
||||
|
||||
@module.route('/sqlalchemy/sql_select', methods=['GET', 'POST'])
|
||||
def sql_select():
|
||||
return ''
|
||||
statement = request.args['sql']
|
||||
params = request.args['params']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user