Skip to content

Commit

Permalink
update json url (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartlomiejSopalaKarhoo authored Apr 24, 2023
1 parent 0a19992 commit 45d07be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KarhooUISDK/FeatureFlags/FeatureFlagsUpdater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FeatureFlagsService {
}

func update() {
let jsonUrl = "https://raw.githubusercontent.com/karhoo/karhoo-ios-ui-sdk/MOB-4757-feature-flag-file/KarhooUISDK/FeatureFlags/feature_flag.json"
let jsonUrl = "https://raw.githubusercontent.com/karhoo/karhoo-ios-ui-sdk/master/KarhooUISDK/FeatureFlags/feature_flag.json"

let url = URL(string: jsonUrl)!
let decoder = JSONDecoder()
Expand Down

0 comments on commit 45d07be

Please sign in to comment.