benjaminBoboul/workbench-getting-started-with-scala

View on GitHub
src/main/scala/akkaActor/http/AkkaAPI.scala

Summary

Maintainability
A
0 mins
Test Coverage

Magic Number
Open

  val serverSource = Http()(system).newServerAt("localhost", 8080).bind(routes)

Avoid wildcard imports
Open

import akka.http.scaladsl.server.Directives._

There are no issues that match your filters.

Category
Status