url change
This commit is contained in:
@@ -30,7 +30,7 @@ struct APIEndPoints {
|
||||
// Helper method to get base URL based on current environment
|
||||
private static func baseURLForCurrentEnvironment() -> URL? {
|
||||
// Determine environment (e.g., staging, production, development) and return appropriate base URL
|
||||
return URL(string: BaseURL.staging)
|
||||
return URL(string: BaseURL.development)
|
||||
}
|
||||
|
||||
struct BaseURL {
|
||||
|
||||
Reference in New Issue
Block a user