Skip to content

Commit

Permalink
Update default url
Browse files Browse the repository at this point in the history
Shocklink has migrated to openshock.app
  • Loading branch information
LostQuasar committed Jun 26, 2024
1 parent 9cda3a1 commit ad9d015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl OpenShockAPI {
.default_headers(headers)
.build()
.unwrap();
let base_url = base_url.unwrap_or("https://api.shocklink.net".to_string());
let base_url = base_url.unwrap_or("https://api.openshock.app".to_string());
OpenShockAPI {
client,
base_url,
Expand Down

0 comments on commit ad9d015

Please sign in to comment.