mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
Change default choice to APIv1 for backwards compability
This commit is contained in:
parent
3233ce4746
commit
23e8dc6375
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue