fix: fixup multi problem
ci-api / test (push) Successful in 25m0s
ci-web / test (push) Failing after 7m59s

This commit is contained in:
Nuxgrid
2026-07-30 19:29:57 +02:00
parent 0848d3c0a0
commit ac8bdbcab7
14 changed files with 492 additions and 163 deletions
-9
View File
@@ -103,15 +103,6 @@ export function App() {
</RequireAdmin>
}
/>
<Route
path="profile"
element={
<RequireAdmin>
<Profile />
</RequireAdmin>
}
/>
<Route path="subscription" element={<Subscription />} />
<Route path="profile" element={<Profile />} />
</Route>