Route::prefix('resources')->group(function () {
        Route::get('fdb', 'LegacyApiController@list_fdb')->name('list_fdb');
        Route::get('fdb/{mac}', 'LegacyApiController@list_fdb')->name('list_fdb_mac');
        Route::get('fdb/{mac}/detail', 'LegacyApiController@list_fdb_detail')->name('list_fdb_detail');
        Route::get('links', 'LegacyApiController@list_links')->name('list_links');