chore: sync repository snapshot
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('home');
|
||||
})->name('home');
|
||||
|
||||
Route::get('/input', function () {
|
||||
return view('spbu.input');
|
||||
})->name('spbu.input');
|
||||
|
||||
Route::get('/data', function () {
|
||||
return view('spbu.index');
|
||||
})->name('spbu.data');
|
||||
Reference in New Issue
Block a user