Add the ability to add users
All checks were successful
Build Crate / build (push) Successful in 3m25s

This commit is contained in:
Jacob Kassman
2023-12-09 21:49:14 -05:00
parent cb5da9b966
commit 01eaf059dd
6 changed files with 99 additions and 8 deletions

View File

@@ -1 +1,2 @@
pub const MATCH: &str = "/api/post-match";
pub const USER: &str = "/api/post-user";