Bump wms-core and add 429 error

This commit is contained in:
Alice Gaudon 2020-04-24 15:05:22 +02:00
parent a6c2f91ab9
commit 95cddfe4e2
2 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"wms-core": "^0.2.0"
"wms-core": "^0"
},
"dependencies": {
"config": "^3.3.1",

2
views/errors/429.njk Normal file
View File

@ -0,0 +1,2 @@
{% extends './error.njk' %}
{% import 'macros.njk' as macros %}