Skip to content

Commit 8ddbac7

Browse files
committed
feat: use real GitHub API link
1 parent 0aad1a3 commit 8ddbac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/projects/repositories.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use yew::services::fetch::{FetchService, FetchTask, Request, Response};
77
use yew::services::ConsoleService;
88

99
/// URL to fetch repositories for **rust-lang-ve** organization from GitHub
10-
// const GITHUB_REPOS_URL: &str = "https://api.github.com/orgs/rust-lang-ve/repos";
11-
const GITHUB_REPOS_URL: &str = "http://127.0.0.1:8080";
10+
const GITHUB_REPOS_URL: &str = "https://api.github.com/orgs/rust-lang-ve/repos";
11+
// const GITHUB_REPOS_URL: &str = "http://127.0.0.1:8080";
1212

1313
pub struct Repositories {
1414
is_fetching: bool,

0 commit comments

Comments
 (0)