Skip to content

Commit e684b0c

Browse files
committedFeb 11, 2024
feat: update default endpoint
1 parent efd12d6 commit e684b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎crates/synd_term/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::{
66
use directories::ProjectDirs;
77

88
pub mod api {
9-
pub const ENDPOINT: &str = "https://localhost:5959/graphql";
9+
pub const ENDPOINT: &str = "https://syndicationd.ymgyt.io:6100/graphql";
1010
}
1111

1212
pub mod github {

0 commit comments

Comments
 (0)