Skip to content

The one with Swiftier route registration

Compare
Choose a tag to compare
@wessmith wessmith released this 18 Oct 13:36
· 45 commits to master since this release
  • [#136] - Adds a more Swift friendly route registration
self.router.register("/path") { link in 
    // Handle deep link
}