Add basic API caching

This commit is contained in:
Lei Nelissen
2020-06-20 23:10:19 +02:00
parent 91476ed5b6
commit b04026b846
7 changed files with 44 additions and 6 deletions

5
package-lock.json generated
View File

@@ -3168,6 +3168,11 @@
}
}
},
"date-fns": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.14.0.tgz",
"integrity": "sha512-1zD+68jhFgDIM0rF05rcwYO8cExdNqxjq4xP1QKM60Q45mnO6zaMWB4tOzrIr4M4GSLntsKeE4c9Bdl2jhL/yw=="
},
"dayjs": {
"version": "1.8.28",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.28.tgz",