Compare commits
2 Commits
service-li
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
104d1c8aa6 | ||
|
37a370f9a6 |
|
@ -14,6 +14,10 @@ use Illuminate\Support\Facades\Route;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Route::get('/', function () {
|
Route::get('/', function () {
|
||||||
|
return view('ServiceLinks/links');
|
||||||
|
});
|
||||||
|
|
||||||
|
Route::get('/schedule', function () {
|
||||||
return view('welcome');
|
return view('welcome');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -33,10 +37,6 @@ Route::get('/friday', function () {
|
||||||
return view('friday/friday');
|
return view('friday/friday');
|
||||||
});
|
});
|
||||||
|
|
||||||
Route::get('/services_list', function () {
|
|
||||||
return view('ServiceLinks/links');
|
|
||||||
});
|
|
||||||
|
|
||||||
Route::get('/download/{file}', 'App\Http\Controllers\DownloadController@download');
|
Route::get('/download/{file}', 'App\Http\Controllers\DownloadController@download');
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue