Alert page - migrate to React and redesign (#4153)

This commit is contained in:
Ran Byron
2019-10-07 19:15:06 +03:00
committed by GitHub
parent 2f42b8154c
commit 69dc761c60
48 changed files with 2104 additions and 538 deletions

View File

@@ -32,4 +32,15 @@ exports.seedData = [
type: 'pg',
},
},
{
route: '/api/destinations',
type: 'json',
data: {
name: 'Test Email Destination',
options: {
addresses: 'test@example.com',
},
type: 'email',
},
},
];