Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
21_22-J 38
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J 38
21_22-J 38
Commits
d7d7a10d
Commit
d7d7a10d
authored
Jul 14, 2022
by
Lihinikaduwa D.N.R.
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'revert-
09c37a4c
' into 'it18257632'
Revert "some changes" See merge request
!201
parents
09c37a4c
f76b889c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
API/app.py
API/app.py
+1
-1
API/db/dbConnection.py
API/db/dbConnection.py
+1
-1
frontend/src/screen/client/Client.js
frontend/src/screen/client/Client.js
+1
-1
No files found.
API/app.py
View file @
d7d7a10d
...
...
@@ -256,4 +256,4 @@ def predict_pronounce(FPFN):
if
__name__
==
"__main__"
:
app
.
run
(
host
=
'192.168.
1.104
'
)
app
.
run
(
host
=
'192.168.
8.100
'
)
API/db/dbConnection.py
View file @
d7d7a10d
...
...
@@ -12,7 +12,7 @@ def create_con():
database
=
"helply"
,
host
=
"127.0.0.1"
,
user
=
"root"
,
password
=
"
12345678
"
password
=
"
rp19970520
"
)
return
db
...
...
frontend/src/screen/client/Client.js
View file @
d7d7a10d
...
...
@@ -2,6 +2,6 @@ import axios from 'axios';
// export default axios.create({ baseURL: 'http://192.168.8.102:5000/', timeout: 15000, });
export
default
axios
.
create
({
baseURL
:
'
http://192.168.
1.104
:5000/
'
,
baseURL
:
'
http://192.168.
8.100
:5000/
'
,
timeout
:
15000
,
});
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