Skip to content

Instantly share code, notes, and snippets.

@flandy84
Created April 6, 2016 08:07
Show Gist options
  • Save flandy84/8d3b75b611016ce6be5b4f66df2e7ec9 to your computer and use it in GitHub Desktop.
Save flandy84/8d3b75b611016ce6be5b4f66df2e7ec9 to your computer and use it in GitHub Desktop.
import Swifton
import Curassow
let router = Router()
router.post("/login", LoginController() ["login"])
serve { router.respond($0) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment