mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 12:11:09 +10:00
database connection retry
This commit is contained in:
@ -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 />} />
|
||||
|
||||
Reference in New Issue
Block a user