chore: Update package.json scripts for backend and frontend
This commit is contained in:
parent
d83803394b
commit
c17594ec0b
59 changed files with 1218 additions and 2504 deletions
|
@ -2,17 +2,6 @@
|
|||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Web Routes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here is where you can register web routes for your application. These
|
||||
| routes are loaded by the RouteServiceProvider and all of them will
|
||||
| be assigned to the "web" middleware group. Make something great!
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue