Skip to content

Commit

Permalink
removing private tag from API attribs
Browse files Browse the repository at this point in the history
  • Loading branch information
voynow committed Nov 12, 2024
1 parent 0d55366 commit 8f91a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/mobile/APIManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class APIManager {
session = URLSession(configuration: config)
}

private let session: URLSession
internal let session: URLSession
private let baseURL = "https://lwg77yq7dd.execute-api.us-east-1.amazonaws.com/prod/signup"
private let apiURL = "http://trackflow-alb-499532887.us-east-1.elb.amazonaws.com"
internal let apiURL = "http://trackflow-alb-499532887.us-east-1.elb.amazonaws.com"

// new request functions

Expand Down

0 comments on commit 8f91a2d

Please sign in to comment.