Change default choice to APIv1 for backwards compability

This commit is contained in:
AxeKam333 2025-03-26 14:43:38 +01:00
parent 3233ce4746
commit 23e8dc6375

View file

@ -111,7 +111,7 @@ export default {
}, },
mounted() { mounted() {
if (!this.$parent.notification.smseagleApiType) { if (!this.$parent.notification.smseagleApiType) {
this.$parent.notification.smseagleApiType = 'smseagle-apiv2'; this.$parent.notification.smseagleApiType = 'smseagle-apiv1';
} }
if (!this.$parent.notification.smseagleMsgType) { if (!this.$parent.notification.smseagleMsgType) {
this.$parent.notification.smseagleMsgType = 'smseagle-sms'; this.$parent.notification.smseagleMsgType = 'smseagle-sms';