Commit 410e37cf authored by Navodya Pasqual's avatar Navodya Pasqual

files and folder names updated

parent cbb339e0
......@@ -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();
......
......@@ -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
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment