mirror of
https://github.com/elyby/chrly.git
synced 2024-11-23 05:33:18 +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');
|
||||
});
|
||||
|
||||
$app->get("/textrures/{nickname}", function($nickname) use ($app) {
|
||||
$app->get("/textures/{nickname}", function($nickname) use ($app) {
|
||||
$skin = Skins::findFirst(array(array(
|
||||
"nickname" => $nickname
|
||||
)));
|
||||
|
Loading…
Reference in New Issue
Block a user