Skip to content

Commit

Permalink
fixed fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcrich23 committed Aug 1, 2023
1 parent b978a4c commit 90d4732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Seattle Bridge Tracker/Fetch Data.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class TwitterFetch {
do {
var url: URL? {
if Utilities.appType == .AppStore {
return URL(string: "http://mc.mcrich23.com/bridges")
return URL(string: "http://mc.mcrich23.com/bridges/")
} else {
return URL(string: "http://mc.mcrich23.com/beta/bridges")
return URL(string: "http://mc.mcrich23.com/beta/bridges/")
}
}

Expand Down

0 comments on commit 90d4732

Please sign in to comment.