Files
elo/src/endpoints.rs
Matthew Kaminski 0f20ba3b86
Some checks failed
Build Crate / build (push) Failing after 54s
Added basic logging in
Needs a lot of work
2024-08-26 00:09:08 -04:00

3 lines
86 B
Rust

pub const LOGIN: &str = "/api/login";
pub const LOGIN_TEST: &str = "/api/login-test";