qiushang преди 1 година
родител
ревизия
e784918f31
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -42,7 +42,7 @@ Route::get('/detail', 'HelpController@index');
 Route::get('/about', 'AboutController@index');
 Route::get('/news/category/{cid?}', 'HelpController@category');
 Route::get('/news/detail/{mid?}', 'HelpController@detail');
-Route::get('/softcenter/YSEbook', 'SoftcenterController@YSEbook');
+Route::get('/softcenter/XYEbook', 'SoftcenterController@XYEbook');
 
 
 // 测试