]> _ Git - cubist_cms-back.git/commitdiff
wait #3835 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Jul 2020 16:04:26 +0000 (18:04 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Jul 2020 16:04:26 +0000 (18:04 +0200)
src/routes/cubist/backpack/pwa.php
src/routes/cubist/backpack/seo.php

index 1573788eeb76ce0f812320cfd78f4b051c9478f8..e69aa7ab4e31e842850544678eb8d8a291bfe0b9 100644 (file)
@@ -1,3 +1,3 @@
 <?php
-Route::get('/manifest.webmanifest', '\Cubist\Backpack\app\Http\Controllers\CubistPWAController@manifest');
-Route::get('/favicon.ico', '\Cubist\Backpack\app\Http\Controllers\CubistPWAController@favicon');
+Route::get('/manifest.webmanifest', '\Cubist\Backpack\app\Http\Controllers\CubistPWAController@manifest')->middleware('web');
+Route::get('/favicon.ico', '\Cubist\Backpack\app\Http\Controllers\CubistPWAController@favicon')->middleware('web');
index 4b0c59a7020f510d14accb20d681bdc5d9342d60..a33ec7a8170c3ac3fc67d19350b5c1e22f1089de 100644 (file)
@@ -1,3 +1,3 @@
 <?php
-Route::get('/robots.txt', '\Cubist\Backpack\app\Http\Controllers\CubistSEOController@robots');
-Route::get('/sitemap.xml', '\Cubist\Backpack\app\Http\Controllers\CubistSEOController@sitemap');
+Route::get('/robots.txt', '\Cubist\Backpack\app\Http\Controllers\CubistSEOController@robots')->middleware('web');;
+Route::get('/sitemap.xml', '\Cubist\Backpack\app\Http\Controllers\CubistSEOController@sitemap')->middleware('web');;