Skip to content

Commit

Permalink
api route organization sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
tlangs committed Nov 16, 2023
1 parent 6896f40 commit a0b800b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ trait FireCloudApiService extends CookieAuthedApiService
def apiRoutes: server.Route =
options { complete(StatusCodes.OK) } ~
withExecutionContext(ExecutionContext.global) {
v1RegisterRoutes ~

Check warning on line 178 in src/main/scala/org/broadinstitute/dsde/firecloud/FireCloudApiService.scala

View check run for this annotation

Codecov / codecov/patch

src/main/scala/org/broadinstitute/dsde/firecloud/FireCloudApiService.scala#L178

Added line #L178 was not covered by tests
methodsApiServiceRoutes ~
profileRoutes ~
cromIamApiServiceRoutes ~
Expand All @@ -184,8 +185,7 @@ trait FireCloudApiService extends CookieAuthedApiService
billingServiceRoutes ~
shareLogServiceRoutes ~
staticNotebooksRoutes ~
perimeterServiceRoutes ~
v1RegisterRoutes
perimeterServiceRoutes
}

val routeWrappers: Directive[Unit] =
Expand Down

0 comments on commit a0b800b

Please sign in to comment.