Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanja-4732 committed Feb 3, 2024
1 parent d975b39 commit 5c2db5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub async fn _get_sounds_strings() -> String {
}

pub async fn get_sounds_strings() -> Result<String, gloo_net::Error> {
let req = RequestBuilder::new("http://127.0.0.1:4242/api/v1/sounds")
let req = RequestBuilder::new("http://licht.realraum.at:4242/api/v1/sounds")
.method(Method::GET)
.mode(RequestMode::Cors)
.build()?;
Expand Down

0 comments on commit 5c2db5c

Please sign in to comment.