Add card table loading

This commit is contained in:
2024-09-04 01:43:57 -04:00
parent 4674289473
commit 20d7f62f33
10 changed files with 93 additions and 61 deletions

View File

@@ -4,3 +4,4 @@ pub const LOGIN: &str = "/api/login";
#[cfg(engine)]
pub const LOGIN_TEST: &str = "/api/login-test";
pub const FORGOT_PASSWORD: &str = "/api/forgot-password";
pub const CARD_INFO: &str = "/api/card-info";