Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix api/settings routing
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jul 6, 2023
1 parent 83379d7 commit 232dcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/tabs/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function SettingPage(): JSX.Element {
{
type: 'select',
props: {
to: '/tabs/api/settings',
to: '/api/settings',
icon: 'API',
title: 'API Settings',
},
Expand Down

0 comments on commit 232dcc6

Please sign in to comment.