blueprint.route(
'/execute_query/<int:trans_id>/<query_type>', methods=['GET'],
endpoint='execute_query'
)
| 1 | ########################################################################## |
| 2 | # |
| 3 | # pgAdmin 4 - PostgreSQL Tools |
| 4 | # |
nothing calls this directly
no outgoing calls
no test coverage detected