added logout endpoint

This commit is contained in:
Milo Schwartz
2024-10-02 20:04:51 -04:00
parent 2b0e55c0bf
commit cfd0a15e2c
3 changed files with 37 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
export * from "./login";
export * from "./signup";
export * from "./logout";