VoL luisterlijst uit backup gehaald

This commit is contained in:
2020-11-02 21:49:50 +01:00
parent 530cba5180
commit c7e7790549
5 changed files with 977 additions and 0 deletions

View File

@@ -70,6 +70,9 @@ Route::get('/contact', 'Controller@view_contact')->name('contact');
Route::get('/frequenties', 'Controller@view_frequenties')->name('frequenties');
Route::get('/adverteren', 'Controller@view_adverteren')->name('adverteren');
//Route::any('/luisterlijst', 'SpecialController@luisterlijst_stem');
Route::any('/luisterlijst', 'Controller@view_luisterlijst_lijst');
//Route::get('/special/stmaarten', function() { return file_get_contents('http://api-dev.6fm.nl/special/stmaarten'); });
//Route::get('/kabelkrant', function() { return view('kabelkrant'); });