Feat/controllers - refactor entire backend and new admin interface #75

Merged
KevinMidboe merged 117 commits from feat/controllers into master 2021-02-19 00:19:52 +00:00
Showing only changes of commit b321f2cfdd - Show all commits

View File

@@ -1,5 +1,6 @@
const path = require("path");
const { history, clearHistory } = require(path.join(__dirname + "/../api/redis"));
const { history, clearHistory } = require(path.join(__dirname + "/../redis"));
console.log("loading chat");
const getAllHistory = (req, res) => {
let { page, limit } = req.query;