Skip to content

Commit

Permalink
remove incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
blakery committed Aug 25, 2023
1 parent 915047d commit 2046ca4
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2046ca4

Please sign in to comment.