Skip to content

Commit

Permalink
Merge pull request #2 from OneSignalDevelopers/goodbye-mailgun
Browse files Browse the repository at this point in the history
Remove support for Mailgun
  • Loading branch information
iAmWillShepherd committed Dec 13, 2023
2 parents 7f6b651 + be513fd commit c23b2b8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 215 deletions.
43 changes: 0 additions & 43 deletions app/common/mailgun-dao.ts

This file was deleted.

2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const meta: MetaFunction = () => {
]
}

const emailServiceProviders = ['MailChimp', 'Mailgun', 'SendGrid']
const emailServiceProviders = ['MailChimp', 'SendGrid']

export default function Index() {
const [selection, setSelection] = useState<string>(
Expand Down
91 changes: 0 additions & 91 deletions app/routes/mailgun.download.tsx

This file was deleted.

80 changes: 0 additions & 80 deletions app/routes/mailgun.tsx

This file was deleted.

0 comments on commit c23b2b8

Please sign in to comment.