Skip to content

Commit

Permalink
Switch to using HTTPS
Browse files Browse the repository at this point in the history
The game itself now uses HTTPS by default, so lets do that ourselves.
  • Loading branch information
stadust committed Dec 27, 2023
1 parent b01eb4c commit c24f8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub mod comment;
pub mod level;
pub mod user;

pub const REQUEST_BASE_URL: &str = "http://www.boomlings.com/database/";
pub const REQUEST_BASE_URL: &str = "https://www.boomlings.com/database/";

/// A `BaseRequest` instance that has all its fields set to the
/// same values a Geometry Dash 2.1 client would use
Expand Down

0 comments on commit c24f8fe

Please sign in to comment.