mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Finalize API key management for accounts
This commit is contained in:
@@ -25,7 +25,7 @@ Route::group(['prefix' => '/account'], function () {
|
||||
|
||||
Route::get('/api-keys', 'ApiKeyController@index');
|
||||
Route::post('/api-keys', 'ApiKeyController@store');
|
||||
Route::delete('/api-keys/{key}', 'ApiKeyController@delete');
|
||||
Route::delete('/api-keys/{identifier}', 'ApiKeyController@delete');
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user