Skip to content

Commit

Permalink
Fix missing close blanklet in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
furic committed Dec 21, 2020
1 parent c5c034d commit 5071986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
use Illuminate\Support\Facades\Route;
use Furic\RedeemCodes\Http\Controllers\RedeemController;

Route::prefix('api')->group(function () {
Route::prefix('api')->group(function() {

Route::get('redeem/{code}', [RedeemController::class, 'redeem'])->name('redeem-codes.redeem');

}
});

0 comments on commit 5071986

Please sign in to comment.