GoAlert Notification added done

needs test
This commit is contained in:
Muhammed Hussein Karimi 2022-08-23 23:49:28 +04:30
parent 40b9d9ed17
commit af89c4d8ae
3 changed files with 36 additions and 0 deletions

View file

@ -36,6 +36,7 @@ import TechulusPush from "./TechulusPush.vue";
import Telegram from "./Telegram.vue";
import Webhook from "./Webhook.vue";
import WeCom from "./WeCom.vue";
import GoAlert from "./GoAlert.vue";
/**
* Manage all notification form.
@ -81,6 +82,7 @@ const NotificationFormList = {
"telegram": Telegram,
"webhook": Webhook,
"WeCom": WeCom,
"GoAlert": GoAlert
};
export default NotificationFormList;