This commit is contained in:
wh1te909
2021-11-05 17:56:23 +00:00
parent bac15c18e4
commit 7d8be0a719

View File

@@ -104,7 +104,7 @@ export default {
},
getSettings() {
this.$axios
.get("/core/getcoresettings/")
.get("/core/settings/")
.then(r => {
this.allTimezones = Object.freeze(r.data.all_timezones);
this.timezone = r.data.default_time_zone;