mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 04:26:30 +08:00
fix: import web login apis
This commit is contained in:
parent
60ce8f6053
commit
abd13cf2f8
@ -15,4 +15,4 @@ api.add_resource(FileApi, "/files/upload")
|
|||||||
api.add_resource(RemoteFileInfoApi, "/remote-files/<path:url>")
|
api.add_resource(RemoteFileInfoApi, "/remote-files/<path:url>")
|
||||||
api.add_resource(RemoteFileUploadApi, "/remote-files/upload")
|
api.add_resource(RemoteFileUploadApi, "/remote-files/upload")
|
||||||
|
|
||||||
from . import app, audio, completion, conversation, feature, message, passport, saved_message, site, workflow
|
from . import app, audio, completion, conversation, feature, message, passport, saved_message, site, workflow, login, forgot_password
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user