Fixes ACCOUNTS-5FF. Handle 204 response from Chrly.

This commit is contained in:
ErickSkrauch
2019-05-13 19:39:11 +03:00
parent 02a7d3815d
commit 194a7acd2a
5 changed files with 47 additions and 25 deletions

View File

@@ -21,6 +21,17 @@ return [
}
};
},
common\components\SkinSystem\Api::class => function() {
return new class extends common\components\SkinSystem\Api {
public function textures(string $username): ?array {
return [
'SKIN' => [
'url' => 'http://localhost/skin.png',
],
];
}
};
},
],
],
];