We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bf699 commit 5c648dcCopy full SHA for 5c648dc
services/question-service/app/utils.py renamed to services/question-service/app/core/utils.py
services/question-service/app/routers/questions.py
@@ -1,7 +1,7 @@
1
from fastapi import APIRouter, HTTPException, Query
2
from app.models.endpoint_models import QuestionBase64Images
3
from app.models.exceptions import QuestionNotFoundException
4
-from app.utils import batch_convert_base64_to_bytes, batch_convert_bytes_to_base64
+from app.core.utils import batch_convert_base64_to_bytes, batch_convert_bytes_to_base64
5
from app.core.crud import (
6
create_question,
7
get_question,
0 commit comments