database connection retry

This commit is contained in:
Philipinho
2024-04-27 18:53:30 +01:00
parent 7e78949df1
commit 33456f1bd0
4 changed files with 67 additions and 8 deletions

View File

@ -67,6 +67,7 @@ export default function App() {
<Route path={"/settings"} element={<SettingsLayout />}>
<Route path={"profile"} element={<AccountSettings />} />
<Route path={"profile/preferences"} element={<AccountSettings />} />
<Route path={"workspace"} element={<WorkspaceSettings />} />
<Route path={"members"} element={<WorkspaceMembers />} />
<Route path={"groups"} element={<Groups />} />