mirror of https://github.com/langgenius/dify.git
fix: bad import
This commit is contained in:
parent
e38631db8a
commit
50d36612f0
|
@ -6,4 +6,4 @@ bp = Blueprint("inner_api", __name__, url_prefix="/inner/api")
|
||||||
api = ExternalApi(bp)
|
api = ExternalApi(bp)
|
||||||
|
|
||||||
from .workspace import workspace
|
from .workspace import workspace
|
||||||
import mail
|
from . import mail
|
||||||
|
|
Loading…
Reference in New Issue