fix: Settings import

This commit is contained in:
kom-senapati
2024-10-22 17:58:41 +05:30
parent 5ba917c5e4
commit 3b76b3ddce
6 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@ from bson.objectid import ObjectId
from flask import Blueprint, current_app, make_response, request, Response
from flask_restx import fields, Namespace, Resource
from core.mongo_db import MongoDB
from application.core.mongo_db import MongoDB
from application.core.settings import settings
from application.error import bad_request
from application.extensions import api