mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.5
This commit is contained in:
@@ -32,6 +32,9 @@ Route::middleware('auth:api')->group(function () {
|
||||
/** Inventory Route */
|
||||
Route::post('/item/delete', 'ItemController@destroy');
|
||||
|
||||
/** Config Route */
|
||||
Route::post('/config/general/save', 'ConfigController@update');
|
||||
|
||||
Route::get('/user/perm/{id}', function($id) {
|
||||
$user = \App\User::find($id);
|
||||
return $user->getPerm("schedule_edit");
|
||||
|
||||
Reference in New Issue
Block a user