Skip to content

Commit

Permalink
🔧 configure data urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Oct 23, 2023
1 parent 6aedc93 commit ad8a48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ mod wages_param;

const PARAMETERS_MEANING: i8 = 10;
const DEFAULT_BASE_WAGES: i32 = 700;
const CRITERIAS_URL: &str = "http://localhost:1984/criterias";
const DATA_URL: &str = "http://localhost:1984/params";
const CRITERIAS_URL: &str = "https://raw.githubusercontent.com/ad2ien/ideal-wages-calculator/main/criterias.json";
const DATA_URL: &str = "https://raw.githubusercontent.com/ad2ien/ideal-wages-calculator/main/data.json";

#[function_component]
fn App() -> Html {
Expand Down

0 comments on commit ad8a48c

Please sign in to comment.