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