mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Im stupid
This commit is contained in:
parent
394f6b2ae0
commit
ea48327e10
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ pub fn sif(req: HttpRequest) -> HttpResponse {
|
|||
|
||||
// prevent duplicate data in the database
|
||||
if user["user"]["sif_user_id"].as_i64().unwrap() == 111111111 {
|
||||
cards = json::parse(&include_file!("src/router/userdata/new_user_home.json")).unwrap();
|
||||
cards = json::parse(&include_file!("src/router/userdata/full_sif.json")).unwrap();
|
||||
}
|
||||
|
||||
let resp = object!{
|
||||
|
|
Loading…
Add table
Reference in a new issue