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,