From eaa8305eb761a39b0d5a4d7bcc5f02107365d1e7 Mon Sep 17 00:00:00 2001 From: juyeong525 Date: Thu, 24 Aug 2023 10:17:15 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=C2=A0::=20=EC=9B=B9=EB=B7=B0?= =?UTF-8?q?=20url=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Scene/Application/ApplicationViewModel.swift | 2 +- Application/Sources/Scene/Feed/FeedViewModel.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Sources/Scene/Application/ApplicationViewModel.swift b/Application/Sources/Scene/Application/ApplicationViewModel.swift index 14103313..7ab1d5ea 100644 --- a/Application/Sources/Scene/Application/ApplicationViewModel.swift +++ b/Application/Sources/Scene/Application/ApplicationViewModel.swift @@ -10,7 +10,7 @@ class ApplicationViewModel: ObservableObject { private let disposeBag = DisposeBag() - private let webviewURLString: String = "https://service.xquare.app/apply" + private let webviewURLString: String = "https://prod-server.xquare.app/apply" init( fetchAccessTokenUseCase: FetchAccessTokenUseCase, diff --git a/Application/Sources/Scene/Feed/FeedViewModel.swift b/Application/Sources/Scene/Feed/FeedViewModel.swift index 44ec84c2..2a0fd0a7 100644 --- a/Application/Sources/Scene/Feed/FeedViewModel.swift +++ b/Application/Sources/Scene/Feed/FeedViewModel.swift @@ -10,7 +10,7 @@ class FeedViewModel: ObservableObject { private let disposeBag = DisposeBag() - private let webviewURLString: String = "https://service.xquare.app/feed" + private let webviewURLString: String = "https://prod-server.xquare.app/feed" init( fetchAccessTokenUseCase: FetchAccessTokenUseCase,