Skip to content

Commit

Permalink
🔀 :: (#556) 웹뷰 url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeong525 authored Aug 24, 2023
2 parents a84950b + eaa8305 commit af52e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion Application/Sources/Scene/Feed/FeedViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af52e47

Please sign in to comment.