删除文件application/wiki/apiRoute.php

This commit is contained in:
Zhao 2018-04-18 17:04:42 +08:00
parent 882a9e8676
commit 25c9cbbaeb

View File

@ -1,8 +0,0 @@
<?php
/**
* Api路由
*/
use think\Route;
Route::miss('api/Index/index');
$afterBehavior = ['\app\api\behavior\ApiAuth', '\app\api\behavior\ApiPermission', '\app\api\behavior\RequestFilter'];