Merge branch 'master' into auth-backend-3

This commit is contained in:
2019-10-31 16:09:17 -04:00
committed by GitHub
6 changed files with 230 additions and 183 deletions

View File

@@ -56,11 +56,7 @@ app.post("/putPost", fbAuth, putPost);
/*------------------------------------------------------------------*
* handlers/topic.js *
*------------------------------------------------------------------*/
const {
putTopic,
getAllTopics,
deleteTopic
} = require("./handlers/topic");
const { putTopic, getAllTopics, deleteTopic } = require("./handlers/topic");
// add topic to database
app.post("/putTopic", fbAuth, putTopic);