1
0
mirror of https://github.com/robonen/metr.git synced 2026-03-20 19:04:43 +00:00
Files
metr/backend/routes/web.php
2022-06-01 00:23:05 +07:00

20 lines
517 B
PHP

<?php
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 within a group which
| contains the "web" middleware group. Now create something great!
|
*/
//Route::get('/', function () {
// phpinfo();
//// return view('welcome');
//});