File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
resources/themes/pterodactyl/layouts Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 9797 <i class =" fa fa-lock" ></i > <span >@lang (' navigation.account.security_controls' )</span >
9898 </a >
9999 </li >
100- <li class =" {{ (Route:: currentRouteName () !== ' account.api' && Route:: currentRouteName () !== ' account.api.new' ) ?: ' active' } }" >
101- <a href =" {{ route (' account.api' ) } }" >
102- <i class =" fa fa-code" ></i > <span >@lang (' navigation.account.api_access' )</span >
103- </a >
104- </li >
100+ {{-- <li class="{{ (Route::currentRouteName() !== 'account.api' && Route::currentRouteName() !== 'account.api.new') ?: 'active' }}">--}}
101+ {{-- <a href="{{ route('account.api')}}">--}}
102+ {{-- <i class="fa fa-code"></i> <span>@lang('navigation.account.api_access')</span>--}}
103+ {{-- </a>--}}
104+ {{-- </li>--}}
105105 <li class =" {{ Route:: currentRouteName () !== ' index' ?: ' active' } }" >
106106 <a href =" {{ route (' index' ) } }" >
107107 <i class =" fa fa-server" ></i > <span >@lang (' navigation.account.my_servers' )</span >
Original file line number Diff line number Diff line change 3030|
3131| Endpoint: /account/api
3232|
33+ | Temporarily Disabled
3334*/
34- Route::group (['prefix ' => 'account/api ' ], function () {
35- Route::get ('/ ' , 'AccountKeyController@index ' )->name ('account.api ' );
36- Route::get ('/new ' , 'AccountKeyController@create ' )->name ('account.api.new ' );
37-
38- Route::post ('/new ' , 'AccountKeyController@store ' );
39-
40- Route::delete ('/revoke/{identifier} ' , 'AccountKeyController@revoke ' )->name ('account.api.revoke ' );
41- });
35+ // Route::group(['prefix' => 'account/api'], function () {
36+ // Route::get('/', 'AccountKeyController@index')->name('account.api');
37+ // Route::get('/new', 'AccountKeyController@create')->name('account.api.new');
38+ //
39+ // Route::post('/new', 'AccountKeyController@store');
40+ //
41+ // Route::delete('/revoke/{identifier}', 'AccountKeyController@revoke')->name('account.api.revoke');
42+ // });
4243
4344/*
4445|--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments