Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Santhosh
Agile24X7-Mobile-singledb
Compare Revisions
master...postgress-agile-mobile
Source
santhosh/agile24x7-mobile-singledb
Select target project
postgress-agile-mobile
Select Git revision
...
Target
santhosh/agile24x7-mobile-singledb
Select target project
santhosh/agile24x7-mobile-singledb
master
Select Git revision
Compare
Swap revisions
Commits (1)
Update RestClient.js
· 80dc7774
Santhosh
authored
2 years ago
80dc7774
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/WebServices/RestClient.js
+6
-7
src/WebServices/RestClient.js
with
6 additions
and
7 deletions
+6
-7
src/WebServices/RestClient.js
View file @
80dc7774
/*MySql*/
/*MySql*/
//pre production environment (development)
//pre production environment (development)
export
const
API
=
"
https://api-single.agile24x7.com/release/
"
;
//
export const API = "https://api-single.agile24x7.com/release/";
export
const
ReportsAPI
=
"
https://apiv2reporting.agile24x7.com/
"
;
//
export const ReportsAPI = "https://apiv2reporting.agile24x7.com/";
export
const
Client_URL
=
"
https://www.agile24x7.com/
"
;
//
export const Client_URL = "https://www.agile24x7.com/";
/*Postgress*/
/*Postgress*/
//pre production environment (development)
//pre production environment (development)
...
@@ -20,8 +19,8 @@ export const Client_URL = "https://www.agile24x7.com/";
...
@@ -20,8 +19,8 @@ export const Client_URL = "https://www.agile24x7.com/";
/*Postgress*/
/*Postgress*/
//production environment
//production environment
//
export const API = "https://api-single.agile24x7.com/Migration/";
export
const
API
=
"
https://api-single.agile24x7.com/Migration/
"
;
//
export const ReportsAPI = "https://apiv2reporting.agile24x7.com/";
export
const
ReportsAPI
=
"
https://apiv2reporting.agile24x7.com/
"
;
//
export const Client_URL = "https://www.agile24x7.com/";
export
const
Client_URL
=
"
https://www.agile24x7.com/
"
;
This diff is collapsed.
Click to expand it.
Menu
Projects
Groups
Snippets
Help