Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-066
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
2022-066
2022-066
Commits
410e37cf
Commit
410e37cf
authored
Apr 30, 2022
by
Navodya Pasqual
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
files and folder names updated
parent
cbb339e0
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
16752 deletions
+48
-16752
Backend/Node/index.js
Backend/Node/index.js
+1
-1
Backend/Node/src/config/digitalHuman/config.js
Backend/Node/src/config/digitalHuman/config.js
+0
-0
Backend/Node/src/modules/digitalHuman/Opinion.js
Backend/Node/src/modules/digitalHuman/Opinion.js
+0
-0
Backend/Node/src/routes/digitalHuman/dialogFlow.js
Backend/Node/src/routes/digitalHuman/dialogFlow.js
+1
-1
frontend/package-lock.json
frontend/package-lock.json
+46
-16750
No files found.
Backend/Node/index.js
View file @
410e37cf
...
...
@@ -5,7 +5,7 @@ const cors = require('cors');
const
bodyParser
=
require
(
'
body-parser
'
);
//Importing api
const
chatbotAPI
=
require
(
'
./src/routes/
chatbot
/dialogFlow
'
);
const
chatbotAPI
=
require
(
'
./src/routes/
digitalHuman
/dialogFlow
'
);
const
videoApi
=
require
(
'
./src/routes/video.routes
'
);
dotenv
.
config
();
...
...
Backend/Node/src/config/
chatbot
/config.js
→
Backend/Node/src/config/
digitalHuman
/config.js
View file @
410e37cf
File moved
Backend/Node/src/modules/
chatbot
/Opinion.js
→
Backend/Node/src/modules/
digitalHuman
/Opinion.js
View file @
410e37cf
File moved
Backend/Node/src/routes/
chatbot
/dialogFlow.js
→
Backend/Node/src/routes/
digitalHuman
/dialogFlow.js
View file @
410e37cf
...
...
@@ -2,7 +2,7 @@ const express = require('express');
const
router
=
express
.
Router
();
const
dialogflow
=
require
(
'
dialogflow
'
);
const
config
=
require
(
'
../../config/
chatbot
/config
'
);
const
config
=
require
(
'
../../config/
digitalHuman
/config
'
);
const
projectId
=
config
.
googleProjectID
const
sessionId
=
config
.
dialogFlowSessionID
...
...
frontend/package-lock.json
View file @
410e37cf
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