mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix(templates)!: use numeric status codes (#145)
This commit is contained in:
parent
b6969f5639
commit
ae6cbcbfea
@ -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"
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"statusCode": "500",
|
||||
"statusCode": 500,
|
||||
"statusMessage": "Server error",
|
||||
"description": "This page is temporarily unavailable."
|
||||
}
|
||||
|
@ -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": ""
|
||||
|
Loading…
Reference in New Issue
Block a user