mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-24 09:13:45 +02:00
Add new dynamic view for creating API keys
This commit is contained in:
@@ -95,6 +95,8 @@ Route::group(['prefix' => '/users'], function () {
|
||||
|
||||
Route::post('/', 'UserController@store');
|
||||
|
||||
Route::put('/{id}', 'UserController@update');
|
||||
|
||||
Route::delete('/{id}', 'UserController@delete');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user