funcional a parte de token

This commit is contained in:
2026-05-19 16:24:51 -05:00
parent cd38287503
commit edc6e6486b
6 changed files with 32 additions and 41 deletions

View File

@@ -17,6 +17,8 @@ Route::get('/', function () {
return view('welcome');
});
Route::redirect('/games/most-played', '/api/v1/games/most-played');
Route::get('/health', function () {
return response('ok', 200);
});