Skip to content

Commit

Permalink
add extra slash to swagger spec
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Nov 12, 2012
1 parent 041f6dc commit 9b64488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SwaggerSpec extends ScalatraSpec with JsonMatchers { def is =
*/
override def port: Int = 58468

val listResourceJValue = readJson("resources.json") merge (("basePath" -> ("http://localhost:" + port)):JValue)
val listResourceJValue = readJson("resources.json") merge (("basePath" -> ("http://localhost:" + port + "/")):JValue)

val listOperationsJValue = readJson("pet.json")

Expand Down

0 comments on commit 9b64488

Please sign in to comment.