Skip to content

Commit 5c6bd9f

Browse files
committed
Add teams router to main API router
1 parent c710521 commit 5c6bd9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
recipes,
5252
remote,
5353
auth2,
54+
teams,
5455
)
5556
import torch
5657

@@ -234,6 +235,7 @@ async def validation_exception_handler(request, exc):
234235
app.include_router(batched_prompts.router)
235236
app.include_router(remote.router)
236237
app.include_router(fastchat_openai_api.router)
238+
app.include_router(teams.router)
237239
app.include_router(auth2.router)
238240

239241
# Authentication and session management routes

0 commit comments

Comments
 (0)