This website works better with JavaScript
Home
Explore
Help
Sign In
Softpar
/
sfp_api_laravel_serprati
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
4148d0fd95
Branches
Tags
development
feature/SERPRATI-GUS-plataforma-v1
feature/SERPRATI-gus-login
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!';
});