Files
elo/src/endpoints.rs
Jacob Kassman 01eaf059dd
All checks were successful
Build Crate / build (push) Successful in 3m25s
Add the ability to add users
2023-12-09 21:49:59 -05:00

3 lines
84 B
Rust

pub const MATCH: &str = "/api/post-match";
pub const USER: &str = "/api/post-user";