Skip to content

Commit

Permalink
refactored constants file
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant67690 committed Sep 28, 2024
1 parent a17abee commit 5031152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const API_BASE_URL = 'https://staging-api.realdevsquad.com';
const API_BASE_URL = window.API_BASE_URL || 'https://api.realdevsquad.com';
const REPO_SYNC_API_URL =
'https://staging-sync.staging-realdevsquad-com.workers.dev';
const USER_MANAGEMENT_LINK = 'user-management-link';
Expand Down

0 comments on commit 5031152

Please sign in to comment.