try flask_restful -> flask_restx (#24310)
Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
b84bb4164f
commit
18dce66443
141 changed files with 176 additions and 168 deletions
|
|
@ -65,7 +65,7 @@ class AudioApi(WebApiResource):
|
|||
|
||||
class TextApi(WebApiResource):
|
||||
def post(self, app_model: App, end_user):
|
||||
from flask_restful import reqparse
|
||||
from flask_restx import reqparse
|
||||
|
||||
try:
|
||||
parser = reqparse.RequestParser()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue