|
@@ -24,9 +24,11 @@ use App\Models\SitePage;
|
|
|
*/
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+$host = $_SERVER['HTTP_HOST'];
|
|
|
+
|
|
|
+if ($host == 'internal-demo-site.mietubl.com.cn') {
|
|
|
+ Route::get('/{slug}', [CollectionController::class, 'detail'])->name('collection.detail');
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -51,7 +53,8 @@ use App\Models\SitePage;
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+}
|
|
|
|
|
|
|
|
|
|