Skip to content

Commit

Permalink
Merge pull request #281 from AndrewCS149/testStaging
Browse files Browse the repository at this point in the history
update
  • Loading branch information
The-DevBlog authored Jul 19, 2024
2 parents 2da1454 + 2468022 commit cefa134
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 cefa134

Please sign in to comment.