|
|
@@ -12,9 +12,6 @@ class MainController extends PublicController{
|
|
|
|
|
|
public function actionIndex()
|
|
|
{
|
|
|
- UserService::getById(1);
|
|
|
- die;
|
|
|
- echo token::create(1152);die;
|
|
|
$host = Yii::$app->request->getHostInfo();
|
|
|
return $this->renderPartial('index',['host'=>$host]);
|
|
|
}
|