1
0
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:
Awilum
2022-04-10 20:10:23 +03:00
parent 0f6f2f6767
commit 1f713f1aaa

View File

@@ -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,
],
];