fix(templates)!: use numeric status codes (#145)

This commit is contained in:
Daniel Roe 2022-07-21 13:38:23 +01:00 committed by GitHub
parent b6969f5639
commit ae6cbcbfea
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"statusCode": "404",
"statusCode": 404,
"statusMessage": "Not Found",
"description": "Sorry, the page you are looking for could not be found.",
"backHome": "Go back home"

View File

@ -1,5 +1,5 @@
{
"statusCode": "500",
"statusCode": 500,
"statusMessage": "Server error",
"description": "This page is temporarily unavailable."
}

View File

@ -1,5 +1,5 @@
{
"statusCode": "500",
"statusCode": 500,
"statusMessage": "Server error",
"description": "An error occurred in the application and the page could not be served. If you are the application owner, check your server logs for details.",
"stack": ""