Skip to content

Commit

Permalink
Update /moveit URL (#15)
Browse files Browse the repository at this point in the history
* update moveit URL
  • Loading branch information
DuckyBlender authored Jun 25, 2024
1 parent 4ef966a commit 14effa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/moveit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct Joke {

pub async fn joke(http_client: reqwest::Client) -> Result<Joke, CommandError> {
let joke = http_client
.get("https://moveit.ducky.pics/json")
.get("https://qdpnjkjlql.execute-api.eu-central-1.amazonaws.com/json")
.send()
.await?
.server_error()?
Expand Down

1 comment on commit 14effa1

@surfaceflinger
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to jest ten server less juz ?

Please sign in to comment.