1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 21:56:33 +02:00

refactor(endpoints): remove $api_sys_messages array

This commit is contained in:
Awilum
2021-01-03 15:34:35 +03:00
parent 10b682179c
commit fdcfe9fa75

View File

@@ -102,7 +102,3 @@ $api_errors = [
'message' => 'Folder not found',
],
];
$api_sys_messages['AccessTokenInvalid'] = ['sys' => ['type' => 'Error', 'id' => 'AccessTokenInvalid'], 'message' => 'The access token you sent could not be found or is invalid.'];
$api_sys_messages['NotFound'] = ['sys' => ['type' => 'Error', 'id' => 'NotFound'], 'message' => 'The resource could not be found.'];