Gooische Courant #2 in menu

This commit is contained in:
2022-07-18 19:31:45 +02:00
parent 60be2d8cb2
commit 59226a1765
3 changed files with 4 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ class NewsController extends Controller
switch($apiResult->version) {
case 1:
if(!$newsItem->content) return redirect('//nhnieuws.nl/gooi');
return view('newsitem', ['news' => $newsItem, 'metadata' => $newsItem->metadata]);
break;