admin route

This commit is contained in:
toogee 2020-05-14 12:38:00 +08:00
parent 4394f78cbc
commit d71b4d80b5

View File

@ -12,4 +12,4 @@ use think\facade\Route;
//Route::get('jie/:id','index/article/detail');
Route::get('captcha/[:config]','\\think\\captcha\\CaptchaController@index');
Route::get('jie/:id', 'article/detail');