Commit 8026db60 authored by liukang's avatar liukang

修改提交

parent c321963d
......@@ -19,7 +19,7 @@ Route::get('home/', 'index/Index/index');
Route::get('', 'index/Index/index');
Route::get('mobile', 'index/Index/mobile');
Route::any('uploads_file', 'admin/Uploads/uploads');
Route::post('getConfig', 'admin/Uploads/getConfig');
Route::post('getConfig', 'index/Index/getConfig');
Route::get('hello/:name', 'index/hello');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment