This commit is contained in:
Neha Prasad 2026-05-29 22:08:49 +08:00 committed by GitHub
commit a260d05234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -916,6 +916,8 @@ class PromptServer():
prompt_id = request.match_info.get("prompt_id", None)
return web.json_response(self.prompt_queue.get_history(prompt_id=prompt_id))
@routes.get("/history_v2/{prompt_id}")(get_history_prompt_id)
@routes.get("/queue")
async def get_queue(request):
queue_info = {}