From 1106a71eff322773fccc643324a2092a12568d8e Mon Sep 17 00:00:00 2001 From: Deniz Duezgoeren Date: Sat, 3 Aug 2019 11:03:26 +0200 Subject: [PATCH] Changed test URL to real URL --- AvH Plan/DataFetcher.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AvH Plan/DataFetcher.swift b/AvH Plan/DataFetcher.swift index a86124e..58dc01f 100644 --- a/AvH Plan/DataFetcher.swift +++ b/AvH Plan/DataFetcher.swift @@ -35,7 +35,7 @@ class DataFetcher { func doAsync(do task: String, completionHandler: @escaping (_ substitutions: [Any]) -> ()) { DispatchQueue(label: "work-queue").async { let foodUrl = "https://djd4rkn355.github.io/food.html" - let url = "https://djd4rkn355.github.io/subst_test.html" + let url = "https://djd4rkn355.github.io/subst.html" Alamofire.request(url).responseString { response in if let html = response.result.value { Alamofire.request(foodUrl).responseString { response in