add endpoint configuration for city, currency, language, and timezone

This commit is contained in:
Gagan7900
2026-07-15 20:19:46 +05:30
parent 095aed204c
commit be86ab3564
72 changed files with 7874 additions and 471 deletions
@@ -18,6 +18,11 @@ export const COUNTRY_ENDPOINTS = {
`/v1/countries/${encodeURIComponent(id)}`
),
autocomplete: buildApiUrl(
'masterAdmin',
'/v1/countries/autocomplete'
),
update: (id: string) =>
buildApiUrl(
'masterAdmin',
@@ -35,4 +40,4 @@ export const COUNTRY_ENDPOINTS = {
'masterAdmin',
`/v1/countries/${encodeURIComponent(id)}/status`
),
} as const;
} as const;