mirror of https://github.com/langgenius/dify.git
fix: restful to restx
This commit is contained in:
parent
1692a7bd1b
commit
d1be9544fb
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
from flask_restful import Resource
|
||||
from flask_restx import Resource
|
||||
|
||||
from controllers.console import api
|
||||
from controllers.console.wraps import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue