From 1f713f1aaa60b026ee8ff0a59eb149b3ea4c8efb Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 10 Apr 2022 20:10:23 +0300 Subject: [PATCH] chore(endpoints): typo update 404 message --- src/flextype/core/Endpoints/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/core/Endpoints/Api.php b/src/flextype/core/Endpoints/Api.php index 7ec3abc8..9fd5b84e 100644 --- a/src/flextype/core/Endpoints/Api.php +++ b/src/flextype/core/Endpoints/Api.php @@ -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, ], ];