Made tweaks to some constraints

This commit is contained in:
Deniz Duezgoeren
2019-08-17 18:20:07 +02:00
parent 95347684c6
commit c05f7f1bbf
4 changed files with 40 additions and 26 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class DataFetcher {
func doAsync(do task: String, completionHandler: @escaping (_ substitutions: [Any]) -> ()) {
DispatchQueue(label: "work-queue").async {
let foodUrl = "https://djd4rkn355.github.io/food_test.html"
let foodUrl = "https://djd4rkn355.github.io/food.html"
let url = "https://djd4rkn355.github.io/subst.html"
Alamofire.request(url).responseString { response in
if let html = response.result.value {