Skip to content

Commit 7c7bc08

Browse files
committed
ornithopter => [wmgr.crs]
1 parent a58a40a commit 7c7bc08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spells/wmgr.crs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,15 +370,15 @@ fn sync() -> anyhow::Result<()> {
370370
name: String,
371371
}
372372

373-
const DOMAIN: &str = "mendess.xyz";
373+
const DOMAIN: &str = "blind-eternities.mendess.xyz";
374374

375375
let filter = match whoami::fallible::hostname()?.as_str() {
376376
"localhost" => "walls/phone",
377377
"tolaria" | "pendrellvale" => "walls/all",
378378
_ => "walls",
379379
};
380380

381-
let base = format!("https://{DOMAIN}/api/v1/{filter}");
381+
let base = format!("https://{DOMAIN}/{filter}");
382382
let walls = {
383383
let mut req = ureq::get(&base);
384384
if filter == "walls/all" {

0 commit comments

Comments
 (0)