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

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