Skip to content

Commit

Permalink
Fix: mockServer url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
zzisun committed May 10, 2021
1 parent 8c8fd78 commit 5eb0206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS/baseballApp/baseballApp/Data/Network/Endpoint.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

struct Endpoint {
static let getGame = "https://791e125f-f50f-4801-90d3-3b106e723a88.mock.pstmn.io/baseball"
static let getGame = "https://c1f9a61e-4e5f-4652-9e28-d0059f40ce4b.mock.pstmn.io/baseball"
static let postGame = "https://c1f9a61e-4e5f-4652-9e28-d0059f40ce4b.mock.pstmn.io/game"
}

0 comments on commit 5eb0206

Please sign in to comment.