Files
elo/src/endpoints.rs
Matthew Kaminski ed780c9585
All checks were successful
Build Crate / build (push) Successful in 1m48s
Fix more clippy issues, implement forgot password
2024-08-28 23:03:52 -04:00

7 lines
236 B
Rust

pub const REGISTER: &str = "/api/register";
pub const LOGIN: &str = "/api/login";
// TODO -> remove once it's used
#[cfg(engine)]
pub const LOGIN_TEST: &str = "/api/login-test";
pub const FORGOT_PASSWORD: &str = "/api/forgot-password";