Skip to content

Commit

Permalink
fix images typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moehreag committed Jan 20, 2025
1 parent 9adedae commit 0742c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pub async fn get_oembed(

let embed = OEmbed::create(
filename,
"https://api.axolotlclient.com/v1/images/".to_owned() + &id.to_string() + "/raw",
"https://api.axolotlclient.com/v1/image/".to_owned() + &id.to_string() + "/raw",
png.unwrap(),
);
Ok(if format == "json" {
Expand Down

0 comments on commit 0742c9f

Please sign in to comment.