forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Prince Mendiratta <[email protected]>
- Loading branch information
1 parent
e415cc2
commit 85af209
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/** | ||
* These are the base API root used to send requests to the proxy. | ||
* These are the base API roots used to send requests to the proxy. | ||
* We only specify for staging URLs as API requests are sent to the production | ||
* servers by default. | ||
*/ | ||
module.exports = { | ||
STAGING: '/staging-', | ||
STAGING_SECURE: '/staging-secure-', | ||
STAGING: '/staging/', | ||
STAGING_SECURE: '/staging-secure/', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters