/push/:msgtoken sendet Push

This commit is contained in:
Georg Reisinger
2019-02-24 02:02:20 +01:00
parent 9a3376702f
commit d8de161f39
603 changed files with 62081 additions and 955 deletions

View File

@ -7,6 +7,7 @@
},
"dependencies": {
"axios": "^0.18.0",
"cors": "^2.8.5",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "^4.16.4",
@ -19,6 +20,7 @@
"multer": "^1.4.1",
"nodemon": "^1.18.10",
"pg": "^7.7.1",
"string-similarity": "^3.0.0"
"string-similarity": "^3.0.0",
"xmlhttprequest": "^1.8.0"
}
}