fix: import web login apis

This commit is contained in:
GareArc 2025-05-28 18:17:56 +08:00
parent 60ce8f6053
commit abd13cf2f8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ api.add_resource(FileApi, "/files/upload")
api.add_resource(RemoteFileInfoApi, "/remote-files/<path:url>")
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