Skip to content

Commit

Permalink
no message (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
skychiarottoa authored May 12, 2021
1 parent 8c71806 commit 378dbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XCode/Sources/Model/HttpRoute.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Foundation

public struct HttpRoute: Hashable, CustomStringConvertible {
let path: String
let method: HttpMethod
public let path: String
public let method: HttpMethod

public init(_ path: String, _ method: HttpMethod = .get) {
self.path = path
Expand Down

0 comments on commit 378dbee

Please sign in to comment.