Skip to content
Snippets Groups Projects
Unverified Commit 450ab94d authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Remove unused keys from `UserApi` (#41334)

parent 639aa29c
No related branches found
No related tags found
No related merge requests found
......@@ -442,11 +442,8 @@ export const SetupApi = {
};
export const UserApi = {
create: POST("/api/user"),
list: GET("/api/user/recipients"),
current: GET("/api/user/current"),
// get: GET("/api/user/:userId"),
update: PUT("/api/user/:id"),
update_password: PUT("/api/user/:id/password"),
update_qbnewb: PUT("/api/user/:id/modal/qbnewb"),
delete: DELETE("/api/user/:userId"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment