Skip to content

Commit

Permalink
chore: updated beta api url (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 authored Aug 15, 2024
1 parent 0ab5350 commit 049411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub const STORAGE_DIRNAME: &str = ".shuttle-storage";
// URLs
pub const API_URL_LOCAL: &str = "http://localhost:8001";
pub const API_URL_PRODUCTION: &str = "https://api.shuttle.rs";
pub const API_URL_BETA: &str = "https://api.internal.shuttle.rs";
pub const API_URL_BETA: &str = "https://api.shuttle.dev";
#[cfg(debug_assertions)]
pub const API_URL_DEFAULT: &str = API_URL_LOCAL;
#[cfg(not(debug_assertions))]
Expand Down

0 comments on commit 049411a

Please sign in to comment.