This website requires JavaScript.
Explore
Help
Register
Sign In
outman
/
dify
Watch
1
Star
0
Fork
0
You've already forked dify
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
feat/use-flask-restx-instead
dify
/
api
/
controllers
/
service_api
/
app
/
__init__.py
4 lines
99 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
feat: use flask-restx instead of flask-restful in service API which allow OpenAPI schema file generate
2024-04-27 16:48:09 +08:00
from
flask_restx
import
Namespace
api
=
Namespace
(
'
app
'
,
path
=
'
/
'
,
description
=
'
App Service API
'
)
Reference in New Issue
Copy Permalink