This website works better with JavaScript
Home
Explore
Help
Sign In
Softpar
/
sfp_api_laravel_diarista
Watch
6
Star
0
Fork
0
Files
Issues
0
Pull Requests
1
Wiki
Tree:
099eee13cc
Branches
Tags
development
feature/diariaapp-gus-agendamentos-apps
feature/diariaapp-kay-agendamentos-sob-medida-apps
main
sfp_api_laravel...
/
routes
/
web.php
web.php
104 B
History
Raw
1
2
3
4
5
6
7
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return 'It works!';
});