Skip to content

Commit

Permalink
Merge pull request #7 from AmdaaRaijen/development
Browse files Browse the repository at this point in the history
fix error get program name in slider dashboard admin
  • Loading branch information
ariaseta authored Jun 6, 2023
2 parents 250a8ba + bea45af commit f457295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
});

Route::post('/artisan', [ArtisanController::class, 'store']);
Route::get('/campaigns', [CampaignController::class, 'index'])->middleware(\App\Http\Middleware\IsAjax::class);
Route::get('/campaigns', [ApiCampaignController::class, 'index'])->middleware(\App\Http\Middleware\IsAjax::class);
Route::prefix('v1')->group(function () {
Route::controller(ApiCampaignController::class)->prefix('campaigns')->group(function() {
Route::get('/', 'getList');
Expand Down

0 comments on commit f457295

Please sign in to comment.