staging url

This commit is contained in:
2024-10-22 15:39:22 +05:30
parent 3c781be7e0
commit a8e7dde77a

View File

@@ -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 {