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
cb0ae250
Commit
cb0ae250
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
build
parent
ad80aa54
This commit is part of merge request
!2
. Comments created here will be created in the context of that merge request.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
android/app/build.gradle
+1
-1
android/app/build.gradle
src/WebServices/RestClient.js
+3
-8
src/WebServices/RestClient.js
with
4 additions
and
9 deletions
+4
-9
android/app/build.gradle
Edit
View file @
cb0ae250
...
...
@@ -134,7 +134,7 @@ android {
applicationId
"com.agile24x7"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
6
versionCode
7
versionName
"1.0.1"
}
...
...
This diff is collapsed.
Click to expand it.
src/WebServices/RestClient.js
Edit
View file @
cb0ae250
...
...
@@ -15,16 +15,11 @@
//pre production environment (development)
//
export const API = "https://api-single.agile24x7.com/pg_migration/";
//
export const ReportsAPI = "https://pgtestreporting.agile24x7.com/";
//
export const Client_URL = "https://pgtest.agile24x7.com/#/";
export
const
API
=
"
https://api-single.agile24x7.com/pg_migration/
"
;
export
const
ReportsAPI
=
"
https://pgtestreporting.agile24x7.com/
"
;
export
const
Client_URL
=
"
https://pgtest.agile24x7.com/#/
"
;
//production environment
export
const
API
=
"
https://api-single.agile24x7.com/pg_prod/
"
;
export
const
ReportsAPI
=
"
https://pgreporting.agile24x7.com/
"
;
export
const
Client_URL
=
"
https://www.agile24x7.com/#/
"
;
//production environment
// export const API = "https://api-single.agile24x7.com/pg_prod/";
// export const ReportsAPI = "https://pgreporting.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