fix: restful to restx

This commit is contained in:
Harry 2025-08-26 12:51:15 +08:00
parent 1692a7bd1b
commit d1be9544fb

View File

@ -1,6 +1,6 @@
import logging import logging
from flask_restful import Resource from flask_restx import Resource
from controllers.console import api from controllers.console import api
from controllers.console.wraps import ( from controllers.console.wraps import (