We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627af3f commit 10f076aCopy full SHA for 10f076a
app/fetch.js
@@ -22,7 +22,7 @@ export async function get({ type = "news", id, name }) {
22
type = "newest";
23
}
24
25
- const endpointBase = `https://node-hnapi.herokuapp.com/`;
+ const endpointBase = `https://api.hackerwebapp.com/`;
26
let endpointPath = type;
27
28
if (id) {
0 commit comments