Skip to content

Commit

Permalink
fix the api url
Browse files Browse the repository at this point in the history
  • Loading branch information
sachiniyer committed Apr 25, 2024
1 parent 24ba3cd commit c186c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/api.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use model::util::{Data, DataInfo, DataSingle, Weights};
use reqwest::Client;

const API_URL: &str = "http://127.0.0.0:8000";
const API_URL: &str = "https://digits-api.sachiniyer.com";

pub struct Sendable<T: ?Sized>(pub Box<T>);

Expand Down

0 comments on commit c186c17

Please sign in to comment.