Add user prefs, update capsule to always exist, fix lifetime bug somehow

This commit is contained in:
2024-09-08 23:25:16 -04:00
parent edaafd6867
commit e6aa8df498
30 changed files with 818 additions and 270 deletions

View File

@@ -1,5 +1,6 @@
pub const REGISTER: &str = "/api/register";
pub const LOGIN: &str = "/api/login";
pub const UPDATE_USER_PREFS: &str = "/api/user-prefs";
// TODO -> remove once it's used
#[cfg(engine)]
pub const LOGIN_TEST: &str = "/api/login-test";