Skip to content

Commit bb03309

Browse files
authored
Merge pull request #216 from AndrewCS149/testWorkflow
testWorkflow
2 parents 8277eae + 8d4d05f commit bb03309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/api.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ use gloo::console::log;
22
use gloo_net::http::{Headers, Method, RequestBuilder, Response};
33
use wasm_bindgen::JsValue;
44

5-
const URL: &str = "https://www.thedevblog.net/api/";
5+
// const URL: &str = "api/";
6+
const URL: &str = "https://localhost:32779/api/";
67

78
#[derive(Clone, PartialEq)]
89
pub enum Api {

0 commit comments

Comments
 (0)