Skip to content

Commit ac33e97

Browse files
committed
feat(mymdc): proxy '/runs/{id}' to mymdc
1 parent 3731d07 commit ac33e97

File tree

1 file changed

+1
-0
lines changed
  • src/zulip_write_only_proxy/routers

1 file changed

+1
-0
lines changed

src/zulip_write_only_proxy/routers/mymdc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ async def get_proposals_runs(
107107

108108
@router.get("/samples/{id}")
109109
@router.get("/experiments/{id}")
110+
@router.get("/runs/{id}")
110111
async def get_with_id(request: Request, client: ScopedClient, id: int):
111112
return await check_and_proxy_request(
112113
request,

0 commit comments

Comments
 (0)