mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Added some API tests for v3 API errors
This commit is contained in:
@@ -10,8 +10,8 @@ return [
|
||||
|
||||
'problem-details' => [
|
||||
'default_types_map' => [
|
||||
404 => 'NOT_FOUND',
|
||||
500 => 'INTERNAL_SERVER_ERROR',
|
||||
404 => 'NOT_FOUND', // TODO Define new values, with backwards compatibility if possible
|
||||
500 => 'INTERNAL_SERVER_ERROR', // TODO Define new values, with backwards compatibility if possible
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user