replace a stray "carts/" with DATA_DIR
This commit is contained in:
parent
adc35a5537
commit
bf7aaa6038
1 changed files with 1 additions and 1 deletions
2
xrxs.c
2
xrxs.c
|
@ -351,7 +351,7 @@ void read_realms(Req* r) {
|
|||
if (user->cart == nil)
|
||||
respond(r, nil);
|
||||
|
||||
scat(realm_path, "carts/");
|
||||
scat(realm_path, DATA_DIR);
|
||||
scat(realm_path, user->cart->name);
|
||||
scat(realm_path, "/realms");
|
||||
|
||||
|
|
Loading…
Reference in a new issue