mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
get background switching working
This commit is contained in:
@@ -36,6 +36,6 @@ Route::group([
|
||||
->name('edit');
|
||||
|
||||
|
||||
Route::post('edit/{id}', 'SettingsController@update');
|
||||
Route::patch('edit/{id}', 'SettingsController@update');
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user