Implement gorush notifications

This commit is contained in:
Zack Elia
2022-01-09 12:05:11 -05:00
parent d4b86dc472
commit ea43422ccf
5 changed files with 100 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ import SerwerSMS from "./SerwerSMS.vue";
import Stackfield from './Stackfield.vue';
import WeCom from "./WeCom.vue";
import GoogleChat from "./GoogleChat.vue";
import Gorush from "./Gorush.vue";
/**
* Manage all notification form.
@@ -60,7 +61,8 @@ const NotificationFormList = {
"serwersms": SerwerSMS,
"stackfield": Stackfield,
"WeCom": WeCom,
"GoogleChat": GoogleChat
"GoogleChat": GoogleChat,
"gorush": Gorush
};
export default NotificationFormList;