Skip to content

Commit

Permalink
Fixed not compiling in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Sep 24, 2017
1 parent 2638c75 commit e21204e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Route.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2017 BiAtoms. All rights reserved.
//

import Foundation

public typealias RouteHandler = (Request) throws -> Response
open class Route {
open let method: String
Expand Down

0 comments on commit e21204e

Please sign in to comment.