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
19074157
Commit
19074157
authored
3 years ago
by
tejaswi
Browse files
Options
Download
Email Patches
Plain Diff
All changes and kudos part
parent
f0f1ae29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/WebServices/RestClient.js
+9
-9
src/WebServices/RestClient.js
with
9 additions
and
9 deletions
+9
-9
src/WebServices/RestClient.js
View file @
19074157
/*****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
CHATAPI
=
"
https://api-single.agile24x7.com/release
"
;
//
export const CHATAPI = "https://api-single.agile24x7.com/release";
export
const
ReportsAPI
=
"
https://testapiv2reporting.agile24x7.com/
"
;
//
export const ReportsAPI = "https://testapiv2reporting.agile24x7.com/";
export
const
Client_URL
=
"
https://sdtest.agile24x7.com/#/
"
;
//
export const Client_URL = "https://sdtest.agile24x7.com/#/";
//production environment
//production environment
// export const API = "https://api-single.agile24x7.com/Migration/";
// export const API = "https://api-single.agile24x7.com/Migration/";
...
@@ -16,11 +16,11 @@ export const Client_URL = "https://sdtest.agile24x7.com/#/";
...
@@ -16,11 +16,11 @@ export const Client_URL = "https://sdtest.agile24x7.com/#/";
/*****Postgress********/
/*****Postgress********/
//
//pre production environment (development)
//pre production environment (development)
//
export const API = "https://api-single.agile24x7.com/pg_migration/";
export
const
API
=
"
https://api-single.agile24x7.com/pg_migration/
"
;
//
export const CHATAPI = "https://api-single.agile24x7.com/pg_migration";
export
const
CHATAPI
=
"
https://api-single.agile24x7.com/pg_migration
"
;
//
export const ReportsAPI = "https://pgtestreporting.agile24x7.com/";
export
const
ReportsAPI
=
"
https://pgtestreporting.agile24x7.com/
"
;
//
export const Client_URL = "https://pgtest.agile24x7.com/#/";
export
const
Client_URL
=
"
https://pgtest.agile24x7.com/#/
"
;
//production environment
//production environment
...
...
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