Move server stuff into API folder

This commit is contained in:
Michael Mikovsky
2025-11-29 14:10:05 -07:00
parent a10bdce38f
commit c83e2f1527
8 changed files with 42 additions and 41 deletions
+4
View File
@@ -0,0 +1,4 @@
pub struct UserData {
username: String,
hash: Vec<u8>,
}