Merge branch '17960-arv-copy-projects-doc' into main refs #17960
[arvados.git] / lib / controller / router / router.go
index 5ceabbfb1d56fab171d8d4a8dfabca585f1362f6..9826c1e7448e548bc41c6f14dd092bacd2046742 100644 (file)
@@ -398,13 +398,6 @@ func (rtr *router) addRoutes() {
                                return rtr.backend.UserGet(ctx, *opts.(*arvados.GetOptions))
                        },
                },
-               {
-                       arvados.EndpointUserUpdateUUID,
-                       func() interface{} { return &arvados.UpdateUUIDOptions{} },
-                       func(ctx context.Context, opts interface{}) (interface{}, error) {
-                               return rtr.backend.UserUpdateUUID(ctx, *opts.(*arvados.UpdateUUIDOptions))
-                       },
-               },
                {
                        arvados.EndpointUserUpdate,
                        func() interface{} { return &arvados.UpdateOptions{} },