Bunch of changes and unfinished features. Just trying to keep everything up to date. This project is a mess. Don't worry. You are employed.

This commit is contained in:
Max G
2021-12-18 22:18:22 +00:00
parent 7ccf0417e0
commit b666bfc197
18 changed files with 443 additions and 217 deletions

View File

@@ -212,7 +212,7 @@ io.on('connection', function(socket){
http.listen(3001, function(){
// console.log('socket.io liseting on port 3001');
console.log('socket.io liseting on port 3001');
});
//Enable json body parsing in requests. Allows me to post data in ajax calls
@@ -299,7 +299,7 @@ app.use('/api/quick-note', quickNote)
//Output running status
app.listen(port, () => {
// console.log(`Listening on port ${port}!`)
console.log(`Listening on port ${port}!`)
})
//

View File

@@ -9,7 +9,7 @@ const speakeasy = require('speakeasy')
let User = module.exports = {}
const version = '3.2.6'
const version = '3.3.1'
//Login a user, if that user does not exist create them
//Issues login token