Created
April 6, 2016 08:07
-
-
Save flandy84/8d3b75b611016ce6be5b4f66df2e7ec9 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
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