From 99a5a5e149932a3de1b390c7df5c4f4d57ce09d1 Mon Sep 17 00:00:00 2001 From: David An Date: Thu, 19 Dec 2024 15:38:40 -0500 Subject: [PATCH] CORE-165: restore TOS passthroughs (#1521) --- .../dsde/firecloud/webservice/PassthroughApiService.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/scala/org/broadinstitute/dsde/firecloud/webservice/PassthroughApiService.scala b/src/main/scala/org/broadinstitute/dsde/firecloud/webservice/PassthroughApiService.scala index 51ce7e1b9..8bf5a3eeb 100644 --- a/src/main/scala/org/broadinstitute/dsde/firecloud/webservice/PassthroughApiService.scala +++ b/src/main/scala/org/broadinstitute/dsde/firecloud/webservice/PassthroughApiService.scala @@ -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")),