<?php
namespace app\controllers;
class OpenApiController extends \yii\web\Controller
{
public function actionIndex()
return $this->render('index');
}