url change

This commit is contained in:
2024-10-22 15:33:38 +05:30
parent 70a1f8b29b
commit 3c781be7e0

View File

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