Skip to content

Instantly share code, notes, and snippets.

@mczachurski
Created February 13, 2018 19:42
Show Gist options
  • Save mczachurski/faf429d174bc68b9f6c53f3b6217a1da to your computer and use it in GitHub Desktop.
Save mczachurski/faf429d174bc68b9f6c53f3b6217a1da to your computer and use it in GitHub Desktop.
import Foundation
import PerfectHTTP
extension Routes {
func configure(basedOnControllers controllers: [Controller]) {
for controller in controllers {
routes.add(controller.routes)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment