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

@ -1,2 +1,3 @@
export * from "./getUser";
export * from "./deleteUser";
export * from "./listUsers";