Skip to content

Commit

Permalink
api: Forgot to commit the new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed May 17, 2017
1 parent 0223d5b commit 1f7e52c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/API/Helpers/Endpoints.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ internal enum API {

case .customers: return APIBase + APIVersion + "customers"
case .customer(let id): return APIBase + APIVersion + "customers/\(id)"
case .customerSources(let id): return APIBase + APIVersion + "customers/\(id)/sources"

case .tokens: return APIBase + APIVersion + "tokens"
case .token(let token): return APIBase + APIVersion + "tokens/\(token)"
Expand Down

0 comments on commit 1f7e52c

Please sign in to comment.