@@ -81,16 +81,16 @@ function () {
8181 function () {
8282 //------------------------------------------------
8383 Route::get ( '/assets ' , 'UserSettingController@getAssets ' )
84- ->name ( 'vh.backend.settings.env.assets ' );
84+ ->name ( 'vh.backend.user. settings.env.assets ' );
8585 //------------------------------------------------
8686 Route::get ( '/list ' , 'UserSettingController@getList ' )
87- ->name ( 'vh.backend.settings.env.list ' );
87+ ->name ( 'vh.backend.user. settings.env.list ' );
8888 //------------------------------------------------
8989 Route::post ( '/field/store ' , 'UserSettingController@storeField ' )
90- ->name ( 'vh.backend.settings.env.store.field ' );
90+ ->name ( 'vh.backend.user. settings.env.store.field ' );
9191 //------------------------------------------------
9292 Route::post ( '/custom-field/store ' , 'UserSettingController@storeCustomField ' )
93- ->name ( 'vh.backend.settings.env.store.custom-field ' );
93+ ->name ( 'vh.backend.user. settings.env.store.custom-field ' );
9494 //------------------------------------------------
9595 //------------------------------------------------
9696 //------------------------------------------------
@@ -176,28 +176,28 @@ function () {
176176 function () {
177177 //------------------------------------------------
178178 Route::post ( '/assets ' , 'BackupsController@getAssets ' )
179- ->name ( 'vh.backend.settings.localization.assets ' );
179+ ->name ( 'vh.backend.settings.backups. localization.assets ' );
180180 //------------------------------------------------
181181 Route::post ( '/list ' , 'BackupsController@getList ' )
182- ->name ( 'vh.backend.settings.localization.list ' );
182+ ->name ( 'vh.backend.settings.backups. localization.list ' );
183183 //------------------------------------------------
184184 Route::post ( '/store ' , 'BackupsController@store ' )
185- ->name ( 'vh.backend.settings.localization.store ' );
185+ ->name ( 'vh.backend.settings.backups. localization.store ' );
186186 //------------------------------------------------
187187 Route::post ( '/store/language ' , 'BackupsController@storeLanguage ' )
188- ->name ( 'vh.backend.settings.localization.store.language ' );
188+ ->name ( 'vh.backend.settings.backups. localization.store.language ' );
189189 //------------------------------------------------
190190 Route::post ( '/store/category ' , 'BackupsController@storeCategory ' )
191- ->name ( 'vh.backend.settings.localization.store.category ' );
191+ ->name ( 'vh.backend.settings.backups. localization.store.category ' );
192192 //------------------------------------------------
193193 Route::post ( '/sync ' , 'BackupsController@sync ' )
194- ->name ( 'vh.backend.settings.localization.sync ' );
194+ ->name ( 'vh.backend.settings.backups. localization.sync ' );
195195 //------------------------------------------------
196196 Route::post ( '/delete ' , 'BackupsController@delete ' )
197- ->name ( 'vh.backend.settings.localization.delete ' );
197+ ->name ( 'vh.backend.settings.backups. localization.delete ' );
198198 //------------------------------------------------
199199 Route::post ( '/upload ' , 'BackupsController@upload ' )
200- ->name ( 'vh.backend.settings.localization.upload ' );
200+ ->name ( 'vh.backend.settings.backups. localization.upload ' );
201201 //------------------------------------------------
202202 //------------------------------------------------
203203 //------------------------------------------------
0 commit comments