We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd12d6 commit e684b0cCopy full SHA for e684b0c
crates/synd_term/src/config.rs
@@ -6,7 +6,7 @@ use std::{
6
use directories::ProjectDirs;
7
8
pub mod api {
9
- pub const ENDPOINT: &str = "https://localhost:5959/graphql";
+ pub const ENDPOINT: &str = "https://syndicationd.ymgyt.io:6100/graphql";
10
}
11
12
pub mod github {
0 commit comments