kenken999's picture
m
e2444ac
raw
history blame contribute delete
101 Bytes
<?php
use Illuminate\Support\Facades\Route;
Route::get('/shop_front', 'ShopFrontController@index');