diff --git a/xrxs.c b/xrxs.c index f1ed0a1..558cfde 100644 --- a/xrxs.c +++ b/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");