get background switching working

This commit is contained in:
KodeStar
2018-02-04 21:28:11 +00:00
parent d21138529f
commit ae3d27aca8
9 changed files with 75 additions and 12 deletions

View File

@@ -36,6 +36,6 @@ Route::group([
->name('edit');
Route::post('edit/{id}', 'SettingsController@update');
Route::patch('edit/{id}', 'SettingsController@update');
});