Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
The-DevBlog committed Jul 19, 2024
1 parent a5dbf41 commit 2468022
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/api.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
use std::borrow::{Borrow, BorrowMut};
use std::borrow::BorrowMut;

use gloo::console::log;
use gloo_net::http::{Headers, Method, RequestBuilder, Response};
use wasm_bindgen::JsValue;

// const URL: &str = include_str!("api_url.txt");
const URL: &str = "https://andrewtest.org/api/";
const URL: &str = include_str!("api_url.txt");

#[derive(Clone, PartialEq)]
pub enum Api {
Expand Down

0 comments on commit 2468022

Please sign in to comment.