Skip to content

Commit c635d38

Browse files
authored
Merge pull request #213 from AndrewCS149/testWorkflow
testWorkflow
2 parents c07064b + 5b476c5 commit c635d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/api.rs

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

5-
const URL: &str = "https://devblog.net/api/";
5+
const URL: &str = "https://www.thedevblog.net/api/";
66

77
#[derive(Clone, PartialEq)]
88
pub enum Api {

0 commit comments

Comments
 (0)