add: create user api

This commit is contained in:
trisua 2025-03-21 22:18:36 -04:00
parent 6dff656583
commit cda879f6df
11 changed files with 187 additions and 25 deletions

1
src/routes/api/mod.rs Normal file
View file

@ -0,0 +1 @@
pub mod v1;