Change news issue url

This commit is contained in:
Ilya Ig. Petrov 2017-06-01 19:08:32 +05:00
parent 9c741bba99
commit dfc2243a65

View File

@ -79,7 +79,7 @@ export default function getApp(theState) {
headers: new Headers(headers),
};
const ghUrl = `https://api.github.com/repos/edge-ware/edge-ware.github.io/issues/1/comments${query}`;
const ghUrl = `https://api.github.com/repos/anticensorship-russia/for-testing-github-api/issues/1/comments${query}`;
const [comments, etag] = await fetch(
ghUrl,
params