Add list endpoints to routers

This commit is contained in:
Owen Schwartz 2024-10-02 21:22:17 -04:00
parent ecdf2dfd04
commit 0574cd1b4f
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
6 changed files with 10 additions and 0 deletions

View file

@ -2,3 +2,4 @@ export * from "./getSite";
export * from "./createSite";
export * from "./deleteSite";
export * from "./updateSite";
export * from "./listSites";