add workflow api for installed app & web api & service api

This commit is contained in:
takatost
2024-03-16 16:27:39 +08:00
parent d2d47d0e0e
commit 3cf8416484
11 changed files with 275 additions and 6 deletions

View File

@ -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
from . import app, audio, completion, conversation, file, message, passport, saved_message, site, workflow