feat: blue and green
This commit is contained in:
+3
-1
@@ -19,7 +19,9 @@ Route::prefix('auth')->group(function (): void {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Route::get('/health', function () {
|
||||
return response()->json(['status' => 'ok']);
|
||||
});
|
||||
Route::middleware('auth:sanctum')->group(function (): void {
|
||||
Route::post('device-tokens', [DeviceTokenController::class, 'store']);
|
||||
Route::delete('device-tokens', [DeviceTokenController::class, 'destroy']);
|
||||
|
||||
Reference in New Issue
Block a user