更新rmbg路由前缀为/api/v1/tools/rmbg
This commit is contained in:
parent
207731fd1e
commit
8e363d201e
@ -9,7 +9,7 @@ class Settings(BaseSettings):
|
|||||||
debug: bool = False
|
debug: bool = False
|
||||||
|
|
||||||
# API路由配置
|
# API路由配置
|
||||||
router_prefix: str = "/tools/rmbg"
|
router_prefix: str = "/api/v1/tools/rmbg"
|
||||||
file_route: str = "/file"
|
file_route: str = "/file"
|
||||||
file_free_route: str = "/file/free"
|
file_free_route: str = "/file/free"
|
||||||
batch_route: str = "/batch"
|
batch_route: str = "/batch"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user