mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-16 01:31: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