remove view engine

This commit is contained in:
GotPPay
2018-01-05 22:53:53 +01:00
parent c3bba7ffa7
commit beb575ef7f

View File

@@ -39,7 +39,7 @@ alexaApp.express({
// now POST calls to /test in express will be handled by the app.request() function
// from here on you can setup any other express routes or middlewares as normal
app.set("view engine", "ejs");
alexaApp.launch(function(request, response) {
const skill = db.collection('skill_list').findOne({_id: ObjectID(skillDbID)}, (err,result)=>{
if (err){