diff --git a/core/scripts/webpanel/routers/api/v1/schema/__init__.py b/core/scripts/webpanel/routers/api/v1/schema/__init__.py index 481e59d..90320e6 100644 --- a/core/scripts/webpanel/routers/api/v1/schema/__init__.py +++ b/core/scripts/webpanel/routers/api/v1/schema/__init__.py @@ -1,2 +1,3 @@ from . import user from . import server +from . import config diff --git a/core/scripts/webpanel/routers/api/v1/schema/config/__init__.py b/core/scripts/webpanel/routers/api/v1/schema/config/__init__.py new file mode 100644 index 0000000..cd54453 --- /dev/null +++ b/core/scripts/webpanel/routers/api/v1/schema/config/__init__.py @@ -0,0 +1,5 @@ +from . import hysteria +from . import normalsub +from . import singbox +from . import telegram +from . import warp