You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: API base URLs use InjectionTokens for better configurability
- Introduced API_BASE_URL and RATINGS_API_BASE_URL InjectionTokens in api-config.ts to centralize API base URL management.
- Updated HordeStatusService, Client-Agent Interceptor, Rate Limit Interceptor, RatingsApiService, SharedKeyService, StyleService, and TeamService to use the new InjectionTokens.
- Modified tests in respective service spec files to utilize API_BASE and RATINGS_API_BASE from api-test-helpers for consistency.
- Adjusted environment files to include ratingsApiBaseUrl for development and local environments.
0 commit comments