Skip to content

Commit

Permalink
MPM-8 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
InensusDev committed Feb 8, 2024
1 parent 2e1420f commit 9643bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Website/htdocs/mpmanager/routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ static function () {
Route::get('/transactions/{slug}', 'TransactionExportController@download');
Route::get('/debts/{slug}', 'OutstandingDebtsExportController@download');
});

Route::group(['prefix' => 'usage-types'], static function () {
Route::get('/', 'UsageTypeController@index');
});

0 comments on commit 9643bbe

Please sign in to comment.