This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
Softpar
/
sfp_api_laravel_diarista
Seguir
7
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
development
Ramas
Etiquetas
development
main
sfp_api_laravel...
/
routes
/
web.php
web.php
104 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return 'It works!';
});