mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Notificaiton
This commit is contained in:
@@ -335,7 +335,7 @@ import OnCallDutyPolicyCustomFieldService, {
|
||||
Service as OnCallDutyPolicyCustomFieldServiceType,
|
||||
} from 'CommonServer/Services/OnCallDutyPolicyCustomFieldService';
|
||||
|
||||
import UserNotificaitonLogTimelineAPI from 'CommonServer/API/UserOnCallLogTimelineAPI';
|
||||
import UserNotificationLogTimelineAPI from 'CommonServer/API/UserOnCallLogTimelineAPI';
|
||||
|
||||
import UserOnCallLog from 'Model/Models/UserOnCallLog';
|
||||
import UserOnCallLogService, {
|
||||
@@ -759,7 +759,7 @@ app.use(
|
||||
app.use(`/${APP_NAME.toLocaleLowerCase()}`, new StatusPageAPI().getRouter());
|
||||
app.use(
|
||||
`/${APP_NAME.toLocaleLowerCase()}`,
|
||||
new UserNotificaitonLogTimelineAPI().getRouter()
|
||||
new UserNotificationLogTimelineAPI().getRouter()
|
||||
);
|
||||
app.use(`/${APP_NAME.toLocaleLowerCase()}`, new UserCallAPI().getRouter());
|
||||
app.use(`/${APP_NAME.toLocaleLowerCase()}`, new UserEmailAPI().getRouter());
|
||||
|
||||
@@ -227,7 +227,7 @@ backendProtocol:
|
||||
# Status page CNAME to display whcih customers will set on the cusom domain tab of status page.
|
||||
statusPageDomain:
|
||||
|
||||
# Push notificaitons.
|
||||
# Push Notifications.
|
||||
# Generate public and pivate key for push notifications.
|
||||
# These are just the test keys.
|
||||
# You can generate them by:
|
||||
|
||||
@@ -592,7 +592,7 @@ export default class Model extends TenantModel {
|
||||
isDefaultValueColumn: true,
|
||||
type: TableColumnType.Boolean,
|
||||
title: 'Enable SMS Notifications',
|
||||
description: 'Enable SMS notificaitons for this project.',
|
||||
description: 'Enable SMS notifications for this project.',
|
||||
})
|
||||
@Column({
|
||||
nullable: false,
|
||||
@@ -618,7 +618,7 @@ export default class Model extends TenantModel {
|
||||
isDefaultValueColumn: true,
|
||||
type: TableColumnType.Boolean,
|
||||
title: 'Enable Call Notifications',
|
||||
description: 'Enable call notificaitons for this project.',
|
||||
description: 'Enable call notifications for this project.',
|
||||
})
|
||||
@Column({
|
||||
nullable: false,
|
||||
|
||||
Reference in New Issue
Block a user