place holder landing pages

This commit is contained in:
Milo Schwartz 2024-12-26 19:33:56 -05:00
parent de9725f310
commit b78e7a324d
No known key found for this signature in database
22 changed files with 669 additions and 235 deletions

View file

@ -336,6 +336,8 @@ authenticated.get(
accessToken.listAccessTokens
);
authenticated.get(`/org/:orgId/overview`, verifyOrgAccess, org.getOrgOverview);
unauthenticated.get("/resource/:resourceId/auth", resource.getResourceAuthInfo);
// authenticated.get(