Add working API calls, fix warnings
All checks were successful
Build Crate / build (push) Successful in 7m16s

This commit is contained in:
2023-09-21 20:03:16 -04:00
parent 30b637dfef
commit 0a68829d6c
12 changed files with 147 additions and 69 deletions

2
src/endpoints.rs Normal file
View File

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