Skip to content
GitLab
Menu
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
Commits
80dc7774
Commit
80dc7774
authored
2 years ago
by
Santhosh
Browse files
Options
Download
Email Patches
Plain Diff
Update RestClient.js
parent
090a8c07
Changes
1
Hide 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*/
//pre production environment (development)
export
const
API
=
"
https://api-single.agile24x7.com/release/
"
;
export
const
ReportsAPI
=
"
https://apiv2reporting.agile24x7.com/
"
;
export
const
Client_URL
=
"
https://www.agile24x7.com/
"
;
//
export const API = "https://api-single.agile24x7.com/release/";
//
export const ReportsAPI = "https://apiv2reporting.agile24x7.com/";
//
export const Client_URL = "https://www.agile24x7.com/";
/*Postgress*/
//pre production environment (development)
...
...
@@ -20,8 +19,8 @@ export const Client_URL = "https://www.agile24x7.com/";
/*Postgress*/
//production environment
//
export const API = "https://api-single.agile24x7.com/Migration/";
//
export const ReportsAPI = "https://apiv2reporting.agile24x7.com/";
//
export const Client_URL = "https://www.agile24x7.com/";
export
const
API
=
"
https://api-single.agile24x7.com/Migration/
"
;
export
const
ReportsAPI
=
"
https://apiv2reporting.agile24x7.com/
"
;
export
const
Client_URL
=
"
https://www.agile24x7.com/
"
;
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment