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
10380737
Commit
10380737
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
build
parent
90efaeb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/WebServices/RestClient.js
+4
-4
src/WebServices/RestClient.js
src/splash.js
+1
-1
src/splash.js
with
5 additions
and
5 deletions
+5
-5
src/WebServices/RestClient.js
View file @
10380737
...
...
@@ -24,7 +24,7 @@ export const Client_URL = "https://pgtest.agile24x7.com/#/";
//production environment
export
const
API
=
"
https://api-single.agile24x7.com/pg_prod/
"
;
export
const
CHATAPI
=
"
https://api-single.agile24x7.com/pg_prod
"
;
export
const
ReportsAPI
=
"
https://pgreporting.agile24x7.com/
"
;
export
const
Client_URL
=
"
https://www.agile24x7.com/#/
"
;
\ No newline at end of file
// export const API = "https://api-single.agile24x7.com/pg_prod/";
// export const CHATAPI = "https://api-single.agile24x7.com/pg_prod";
// export const ReportsAPI = "https://pgreporting.agile24x7.com/";
// export const Client_URL = "https://www.agile24x7.com/#/";
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/splash.js
View file @
10380737
...
...
@@ -123,7 +123,7 @@ export default class App extends React.Component {
<
Image
style
=
{{
width
:
400
,
height
:
162
}}
source
=
{
require
(
'
./Images/agile2.png
'
)}
/
>
<
Text
style
=
{
styles
.
text
}
>
Powered
by
Novisync
<
/Text
>
<
Text
><
/Text
>
<
Text
style
=
{
styles
.
text1
}
>
1.0
.
16
0
2
-
25
-
2022
<
/Text
>
<
Text
style
=
{
styles
.
text1
}
>
1.0
.
16
0
3
-
04
-
2022
<
/Text
>
<
/View
>
);
};
...
...
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