Files
lsky-pro/route/route.php
T
2018-12-05 17:31:04 +08:00

18 lines
735 B
PHP

<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006~2018 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
Route::view('compatibility', 'index@tpl/compatibility');
// [RESTFul Api route]
Route::resource('api.auth', 'index/api/auth');
return [];