mirror of
https://github.com/flextype/flextype.git
synced 2025-08-07 21:56:33 +02:00
chore(endpoints): typo update 404 message
This commit is contained in:
@@ -49,7 +49,7 @@ class Api
|
||||
],
|
||||
404 => [
|
||||
'title' => 'Not Found',
|
||||
'message' => 'Not Found',
|
||||
'message' => 'The requested resource or endpoint could not be found',
|
||||
'http_status_code' => 404,
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user