Skip to content

Commit

Permalink
fix(ios): Revert server url addition for CAPWebView. (#6705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 authored Jul 3, 2023
1 parent d0ab34f commit 1b8352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Capacitor/Capacitor/CAPWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ open class CAPWebView: UIView {
private lazy var assetHandler: WebViewAssetHandler = {
let handler = WebViewAssetHandler(router: router)
handler.setAssetPath(configuration.appLocation.path)
handler.setServerUrl(bridge.config.serverURL)
handler.setServerUrl(configuration.serverURL)
return handler
}()

Expand Down

0 comments on commit 1b8352d

Please # to comment.