Skip to content

Commit

Permalink
Update admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 28, 2024
1 parent 9b209a3 commit f2b4b3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
Route::patch('/', [Jexactyl\CouponsController::class, 'update'])->name('admin.jexactyl.coupons');
Route::post('/store', [Jexactyl\CouponsController::class, 'store'])->name('admin.jexactyl.coupons.store');
});

Route::group(['prefix' => '/info'], function () {
Route::get('/', [Jexactyl\InfoController::class, 'index']);
});
});

/*
Expand Down

0 comments on commit f2b4b3a

Please sign in to comment.