mirror of
https://github.com/elyby/chrly.git
synced 2025-01-20 18:42:49 +05:30
Исправлена опечатка
This commit is contained in:
parent
275f3479ea
commit
ccd09875ee
2
app.php
2
app.php
@ -34,7 +34,7 @@ $app->get('/cloaks/{nickname}', function ($nickname) use ($app) {
|
|||||||
return $app->response->redirect('http://skins.minecraft.net/MinecraftCloaks/'.$nickname.'.png');
|
return $app->response->redirect('http://skins.minecraft.net/MinecraftCloaks/'.$nickname.'.png');
|
||||||
});
|
});
|
||||||
|
|
||||||
$app->get("/textrures/{nickname}", function($nickname) use ($app) {
|
$app->get("/textures/{nickname}", function($nickname) use ($app) {
|
||||||
$skin = Skins::findFirst(array(array(
|
$skin = Skins::findFirst(array(array(
|
||||||
"nickname" => $nickname
|
"nickname" => $nickname
|
||||||
)));
|
)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user