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