mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-31 08:40:19 +08:00
Fixed inconsistent spacing in routes.py
This commit is contained in:
parent
e735a8fd85
commit
d5e6e2a81f
@ -404,6 +404,7 @@ async def get_tags(request: web.Request) -> web.Response:
|
||||
)
|
||||
return web.json_response(result.model_dump(mode="json"))
|
||||
|
||||
|
||||
@ROUTES.post(f"/api/assets/{{id:{UUID_RE}}}/tags")
|
||||
async def add_asset_tags(request: web.Request) -> web.Response:
|
||||
asset_info_id = str(uuid.UUID(request.match_info["id"]))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user