Use axios because it does the correct PUT format by default

This commit is contained in:
Jeffrey Biles
2020-03-29 00:35:22 -07:00
parent 285cc2c4e3
commit 3842b5a7f5
5 changed files with 28 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.4",
"date-fns": "^2.11.0",
"marked": "^0.8.1",