Add list endpoints to routers

This commit is contained in:
Owen Schwartz
2024-10-02 21:22:17 -04:00
parent ecdf2dfd04
commit 0574cd1b4f
6 changed files with 10 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ export * from "./getOrg";
export * from "./createOrg";
export * from "./deleteOrg";
export * from "./updateOrg";
export * from "./listOrgs";