Skip to content

Commit

Permalink
fix: post payload not decrypted due to wrong router
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Jan 28, 2024
1 parent 22320bb commit f8f0163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/MainUI.tsx
Expand Up @@ -38,6 +38,7 @@ export function MainUI() {
{process.env.NODE_ENV === 'development' ?
<Route path={`${ApplicationRoutes.Debug}/*`} element={<DebugPage />} />
: null}
<Route path="/" element={<ComposePage />} />
<Route path="*" element={<Navigate to={ApplicationRoutes.Compose} />} />
</Routes>
</Suspense>
Expand Down

0 comments on commit f8f0163

Please sign in to comment.