Skip to content

Commit

Permalink
changing server to online right ip address this time
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chuang committed Dec 2, 2023
1 parent 53bd8c2 commit 7a492f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion truscoop/API/APIFetchHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class APIFetchHandler {

private let decoder = JSONDecoder()

private let server = "http://127.0.0.1:8000/"
private let server = "http://35.236.220.70/"

init() {
decoder.dateDecodingStrategy = .iso8601
Expand Down

0 comments on commit 7a492f8

Please sign in to comment.