Skip to content

Commit e4e5489

Browse files
committed
[Refactor] [1/N] to simplify the vLLM serving architecture
Signed-off-by: chaunceyjiang <[email protected]>
1 parent 4527627 commit e4e5489

File tree

1 file changed

+1
-1
lines changed
  • vllm/entrypoints/serve/instrumentator

1 file changed

+1
-1
lines changed

vllm/entrypoints/serve/instrumentator/health.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ async def health(raw_request: Request) -> Response:
3030

3131

3232
def attach_router(app):
33-
app.include_router(router)
33+
app.include_router(router)

0 commit comments

Comments
 (0)