From 4489e93e49fa2f7c7f7026571a5b760afed4319d Mon Sep 17 00:00:00 2001 From: alekon Date: Sat, 27 Nov 2021 15:29:21 +0300 Subject: [PATCH] /v4/characters/ -> /v5/characters/ /v4/characters/ route was removed by cpp a month ago https://forums.eveonline.com/t/esi-v4-character-route-removed-please-update-to-v5/334374 --- app/Config/Ccp/Esi/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/Ccp/Esi/Config.php b/app/Config/Ccp/Esi/Config.php index 711a190..afb62fb 100644 --- a/app/Config/Ccp/Esi/Config.php +++ b/app/Config/Ccp/Esi/Config.php @@ -38,7 +38,7 @@ class Config extends AbstractConfig { ] ], 'characters' => [ - 'GET' => '/v4/characters/{x}/', + 'GET' => '/v5/characters/{x}/', 'affiliation' => [ 'POST' => '/v1/characters/affiliation/' ], @@ -161,4 +161,4 @@ class Config extends AbstractConfig { 'GET' => '/v2/search/' ] ]; -} \ No newline at end of file +}