diff --git a/src/main/scala/org/broadinstitute/dsde/firecloud/webservice/UserApiService.scala b/src/main/scala/org/broadinstitute/dsde/firecloud/webservice/UserApiService.scala index 6529b06c2..ce6d76797 100644 --- a/src/main/scala/org/broadinstitute/dsde/firecloud/webservice/UserApiService.scala +++ b/src/main/scala/org/broadinstitute/dsde/firecloud/webservice/UserApiService.scala @@ -94,18 +94,6 @@ trait UserApiService } } } ~ - pathPrefix("profile" / "billing") { - pathEnd { - get { - passthrough(UserApiService.billingUrl, HttpMethods.GET) - } - } ~ - path(Segment) { projectName => - get { - passthrough(UserApiService.billingProjectUrl(projectName), HttpMethods.GET) - } - } - } ~ pathPrefix("api") { pathPrefix("profile" / "billing") { pathEnd {