feat: add credential routes and mcp manifest
This commit is contained in:
@@ -7,6 +7,7 @@ import ProtectedRoute from "./components/ProtectedRoute";
|
||||
import Dashboard from "./pages/dashboard/dashboard_page";
|
||||
import DashboardLayout from "./pages/dashboard/dashboard_layout";
|
||||
import ApiKeyPage from "./pages/dashboard/apikey/apikey_page";
|
||||
import CredentialPage from "./pages/dashboard/credential/credential_page";
|
||||
|
||||
export default function AppRoutes() {
|
||||
return (
|
||||
@@ -19,6 +20,7 @@ export default function AppRoutes() {
|
||||
<Route index element={<Dashboard />} />
|
||||
<Route path="landing" element={<Dashboard />} />
|
||||
<Route path="apikey" element={<ApiKeyPage />} />
|
||||
<Route path="credential" element={<CredentialPage />} />
|
||||
</Route>
|
||||
</Route>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user