1 parent a58a40a commit 7c7bc08Copy full SHA for 7c7bc08
1 file changed
spells/wmgr.crs
@@ -370,15 +370,15 @@ fn sync() -> anyhow::Result<()> {
370
name: String,
371
}
372
373
- const DOMAIN: &str = "mendess.xyz";
+ const DOMAIN: &str = "blind-eternities.mendess.xyz";
374
375
let filter = match whoami::fallible::hostname()?.as_str() {
376
"localhost" => "walls/phone",
377
"tolaria" | "pendrellvale" => "walls/all",
378
_ => "walls",
379
};
380
381
- let base = format!("https://{DOMAIN}/api/v1/{filter}");
+ let base = format!("https://{DOMAIN}/{filter}");
382
let walls = {
383
let mut req = ureq::get(&base);
384
if filter == "walls/all" {
0 commit comments