Skip to content

Commit

Permalink
reactivate public url
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Aug 14, 2023
1 parent dc4c709 commit f6337df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ use {
web_sys::{Blob, HtmlElement, Url},
};

const BASE_URL_WWW: &str = "http://localhost:8000/data";
// const BASE_URL_WWW: &str = "https://www.bertiqwerty.com/data";
// const BASE_URL_WWW: &str = "http://localhost:8000/data";
const BASE_URL_WWW: &str = "https://www.bertiqwerty.com/data";

fn vec_to_string<T>(dates: &[T]) -> String
where
Expand Down

0 comments on commit f6337df

Please sign in to comment.