This commit is contained in:
CHIEFSOFT\ameye
2023-12-17 20:11:35 -05:00
parent e1b16fbc3b
commit 2dc139c8eb
5 changed files with 30 additions and 106 deletions
+3
View File
@@ -20,4 +20,7 @@ Route::middleware('auth:sanctum')->get('/user', function (Request $request) {
});
Route::get('/heartbeat',[TestController::class,'heartbeat']);
Route::get('/dash/general',[\App\Http\Controllers\DashController::class,'general']);
Route::post('/auth/login',[\App\Http\Controllers\AuthController::class,'login']);