Skip to content

Commit

Permalink
Merge branch 'develop' into feature/jaino/#64
Browse files Browse the repository at this point in the history
Signed-off-by: JinHo Jeong <[email protected]>
  • Loading branch information
jeongjaino authored Aug 3, 2024
2 parents 2ea203a + 07af1b1 commit 1a478b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object ClientModule {
fun provideHttpClient(): HttpClient = HttpClient(CIO) {
defaultRequest {
header(HttpHeaders.ContentType, ContentType.Application.Json)
url(BuildConfig.MOCK_BASE_URL)
url("https://6b409150-3fee-4f26-9b7b-16162b8918cb.mock.pstmn.io/")
}

// TODO Token 연동
Expand Down

0 comments on commit 1a478b2

Please sign in to comment.