Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthibault79 committed Jun 25, 2019
1 parent 30ccf47 commit f3aa43e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ import spray.http.HttpMethods
import spray.routing._

trait StaticNotebooksApiService extends HttpService
with PerRequestCreator
with FireCloudDirectives with StandardUserInfoDirectives {
with FireCloudDirectives
with StandardUserInfoDirectives {

private implicit val executionContext = actorRefFactory.dispatcher

val calhounStaticNotebooksRoot: String = FireCloudConfig.StaticNotebooks.baseUrl

val statusServiceConstructor: () => StatusService

val staticNotebooksRoutes: Route = {
path("staticNotebooks" / "convert") {
requireUserInfo() { _ =>
Expand Down

0 comments on commit f3aa43e

Please sign in to comment.