Skip to content

Commit

Permalink
Rm dead code from rest api.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Jun 3, 2024
1 parent 555161e commit 8c66230
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions libs/wire-api/src/Wire/API/Routes/Internal/Brig.hs
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,6 @@ type AccountAPI =
:> ReqBody '[Servant.JSON] HandleUpdate
:> Put '[Servant.JSON] NoContent
)
:<|> Named
"iPutUserName"
( "users"
:> Capture "uid" UserId
:> "name"
:> ReqBody '[Servant.JSON] NameUpdate
:> Put '[Servant.JSON] NoContent
)
:<|> Named
"iGetRichInfo"
( "users"
Expand Down
1 change: 0 additions & 1 deletion services/brig/src/Brig/API/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ accountAPI =
:<|> Named @"iPutManagedBy" updateManagedByH
:<|> Named @"iPutRichInfo" updateRichInfoH
:<|> Named @"iPutHandle" updateHandleH
:<|> Named @"iPutUserName" updateUserNameH
:<|> Named @"iGetRichInfo" getRichInfoH
:<|> Named @"iGetRichInfoMulti" getRichInfoMultiH
:<|> Named @"iHeadHandle" checkHandleInternalH
Expand Down

0 comments on commit 8c66230

Please sign in to comment.