File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -239,11 +239,11 @@ class CoderBot {
239
239
}
240
240
241
241
reset ( ) {
242
- return this . $axios . post ( `${ this . CB } } /system/reset` ) ;
242
+ return this . $axios . post ( `${ this . CB } /system/reset` ) ;
243
243
}
244
244
245
245
restart ( ) {
246
- return this . $axios . post ( `${ this . CB } } /system/restart` ) ;
246
+ return this . $axios . post ( `${ this . CB } /system/restart` ) ;
247
247
}
248
248
249
249
reboot ( ) {
@@ -273,7 +273,7 @@ class CoderBot {
273
273
}
274
274
275
275
restoreSettings ( ) {
276
- return this . $axios . post ( `${ this . CB } /restoreSettings ` ) ;
276
+ return this . $axios . post ( `${ this . CB } /settings/restore ` ) ;
277
277
}
278
278
279
279
updateFromPackage ( formdata , config ) {
Original file line number Diff line number Diff line change 260
260
"settings_music_package_removed" : " Pacchetto rimosso" ,
261
261
"settings_updated" : " Impostazioni aggiornate" ,
262
262
"settings_network_updated" : " Impostazioni di rete aggiornate" ,
263
- "coderbot_status_shutting_down" : " Coderbot in spegnimento.." ,
263
+ "coderbot_status_shutting_down" : " Coderbot in spegnimento... " ,
264
264
"coderbot_restart_start" : " Riavvio iniziato..." ,
265
265
"coderbot_status_online" : " CoderBot è online" ,
266
266
"coderbot_status_offline" : " CoderBot irrangiungibile" ,
You can’t perform that action at this time.
0 commit comments