This website works better with JavaScript
Home
Explore
Help
Sign In
Softpar
/
sfp_api_laravel_diarista
Watch
7
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ccdbe0d42d
Branches
Tags
development
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!';
});