更新rmbg路由前缀为/api/v1/tools/rmbg

This commit is contained in:
jingrow 2026-01-03 04:18:22 +08:00
parent 207731fd1e
commit 8e363d201e

View File

@ -9,7 +9,7 @@ class Settings(BaseSettings):
debug: bool = False
# API路由配置
router_prefix: str = "/tools/rmbg"
router_prefix: str = "/api/v1/tools/rmbg"
file_route: str = "/file"
file_free_route: str = "/file/free"
batch_route: str = "/batch"