feat: add credential routes and mcp manifest
This commit is contained in:
@@ -5,6 +5,7 @@ const clientRoutes = {
|
||||
"/dashboard": "/dashboard",
|
||||
"/dashboard/landing": "/dashboard/landing",
|
||||
"/dashboard/apikey": "/dashboard/apikey",
|
||||
"/dashboard/credential": "/dashboard/credential",
|
||||
"/*": "/*"
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user