Skip to content

Commit

Permalink
Add delete-account endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Dec 8, 2023
1 parent c9a7382 commit 1fb9164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function () {
component={({ params }) => <EmailScreen {...params} />}
path="/email/:domain/:token"
/>
<Route component={() => <EmailScreen />} path="/delete-account" />
<Route
component={({ params }) => <TokenScreen {...params} />}
path="/token/:token"
Expand Down

0 comments on commit 1fb9164

Please sign in to comment.