diff --git a/package.json b/package.json index 7fefbb7..46718e3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/views/errors/429.njk b/views/errors/429.njk new file mode 100644 index 0000000..a5bc022 --- /dev/null +++ b/views/errors/429.njk @@ -0,0 +1,2 @@ +{% extends './error.njk' %} +{% import 'macros.njk' as macros %}