Skip to content

Commit

Permalink
⚡️ :: 도메인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxwan0319 authored Mar 14, 2022
1 parent 22836d4 commit 0dfcb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DSMSDK/Classes/LoginWebViewViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LoginWebViewViewController: UIViewController {

extension LoginWebViewViewController : WKUIDelegate, WKNavigationDelegate {
func settingWKView(){
let URL = "https://developer.dsmkr.com/external/login?redirect_url="+_redirctURL+"&client_id="+_client_id
let URL = "https://developer.ddyzd.click/external/login?redirect_url="+_redirctURL+"&client_id="+_client_id

let request: URLRequest = URLRequest.init(url: NSURL.init(string: URL)! as URL, cachePolicy: URLRequest.CachePolicy.useProtocolCachePolicy, timeoutInterval: 10)
wkWebView.load(request)
Expand Down

0 comments on commit 0dfcb0f

Please sign in to comment.