created function for registering structures which should only be accessible by those with the correct scope.

This commit is contained in:
2020-05-09 10:37:03 -05:00
parent f501514aa2
commit 96a2fb1c3e
5 changed files with 71 additions and 42 deletions

View File

@@ -135,6 +135,7 @@ Route::group(['middleware' => ['auth']], function(){
*/
Route::get('/moons/ledger/display/moons', 'Moons\MoonLedgerController@displayMoonLedger');
Route::get('/moons/ledger/display/rentals', 'Moons\MoonLedgerController@displayRentalMoonLedger');
Route::get('/moons/ledger/register', 'Moons\MoonLedgerController@registerStructures');
/**
* Scopes Controller display pages