fix: import web login apis

pull/20494/head
GareArc 12 months ago
parent 60ce8f6053
commit abd13cf2f8
No known key found for this signature in database

@ -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…
Cancel
Save