diff --git a/backend/app/routes/focus_groups.py b/backend/app/routes/focus_groups.py index 6b18803a..330de6c4 100755 --- a/backend/app/routes/focus_groups.py +++ b/backend/app/routes/focus_groups.py @@ -1,5 +1,5 @@ import logging -from quart import Blueprint, request, jsonify, Response, send_file +from quart import Blueprint, request, jsonify, Response, send_file, current_app from app.auth.quart_jwt import jwt_required, get_jwt_identity from app.models.focus_group import FocusGroup