fix git problem

This commit is contained in:
Amir Mohamadi
2020-06-04 14:26:54 +04:30
parent 6d6c5d9daf
commit d23635b165
11 changed files with 192 additions and 2 deletions
+6 -2
View File
@@ -13,6 +13,10 @@ use Illuminate\Support\Facades\Route;
|
*/
Route::get('/', function () {
return view('welcome');
Route::get('/en', function () {
return view('client.index');
});
Route::get('/fa', function () {
return view('client.index');
});