mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 23:46:39 -04:00
Change default choice to APIv1 for backwards compability
This commit is contained in:
parent
3233ce4746
commit
23e8dc6375
@ -111,7 +111,7 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
if (!this.$parent.notification.smseagleApiType) {
|
||||
this.$parent.notification.smseagleApiType = 'smseagle-apiv2';
|
||||
this.$parent.notification.smseagleApiType = 'smseagle-apiv1';
|
||||
}
|
||||
if (!this.$parent.notification.smseagleMsgType) {
|
||||
this.$parent.notification.smseagleMsgType = 'smseagle-sms';
|
||||
|
Loading…
x
Reference in New Issue
Block a user