Skip to content

Commit

Permalink
CORE-165: restore TOS passthroughs (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Dec 19, 2024
1 parent 49944a5 commit 99a5a5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ trait PassthroughApiService extends Directives with StreamingPassthrough {
pathPrefix("version" / "executionEngine")(streamingPassthrough(s"$rawls/version/executionEngine")),
// Sam
pathPrefix("api" / "proxyGroup")(streamingPassthrough(s"$sam/api/google/user/proxyGroup")),
pathPrefix("register" / "user")(streamingPassthrough(s"$sam/register/user")),
pathPrefix("register")(streamingPassthrough(s"$sam/register/user")),
pathPrefix("tos")(streamingPassthrough(s"$sam/tos")),

Expand Down

0 comments on commit 99a5a5e

Please sign in to comment.