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