Created
March 13, 2014 18:55
-
-
Save stevef/9534518 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.sportsnetwork.api.swagger | |
import org.scalatra.swagger.{NativeSwaggerBase, Swagger} | |
import org.scalatra.ScalatraServlet | |
import org.json4s.{DefaultFormats, Formats} | |
class ResourcesApp(implicit val swagger: Swagger) extends ScalatraServlet with NativeSwaggerBase { | |
//implicit override val jsonFormats: Formats = DefaultFormats | |
} | |
class TsnSwagger extends Swagger("1.0", "1") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment