added Jump Bridge Fuel page to General navigation section

This commit is contained in:
2021-05-19 19:09:40 +09:00
parent fe9547f78d
commit 33df24e1af
2 changed files with 11 additions and 0 deletions

View File

@@ -76,6 +76,11 @@ Route::group(['middleware' => ['auth']], function(){
Route::post('/dashboard/alt/delete', 'Dashboard\DashboardController@removeAlt');
Route::get('/profile', 'Dashboard\DashboardController@profile');
/**
* Jump Bridge Fuel Display pages
*/
Route::get('/jumpbridges/fuel', 'Logistics\FuelController@displayStructures');
/**
* Mining Moon Tax display pages
*/