Remove useless code (#4416)
This commit is contained in:
parent
da81233d61
commit
dd94931116
26 changed files with 466 additions and 230 deletions
|
|
@ -6,4 +6,4 @@ bp = Blueprint('web', __name__, url_prefix='/api')
|
|||
api = ExternalApi(bp)
|
||||
|
||||
|
||||
from . import app, audio, completion, conversation, file, message, passport, saved_message, site, workflow
|
||||
from . import app, audio, completion, conversation, feature, file, message, passport, saved_message, site, workflow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue