Skip to content

Commit

Permalink
missing route releases
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Jun 1, 2021
1 parent 067f7e5 commit fc03acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
Route::post('copy', 'Modules\Item@copy')->name('copy');
Route::post('install', 'Modules\Item@install')->name('install');

Route::post('{alias}/releases', 'Modules\Item@releases')->name('app.releases');
Route::post('{alias}/reviews', 'Modules\Item@reviews')->name('app.reviews');
Route::get('{alias}/uninstall', 'Modules\Item@uninstall')->name('app.uninstall');
Route::get('{alias}/enable', 'Modules\Item@enable')->name('app.enable');
Expand Down

0 comments on commit fc03acb

Please sign in to comment.