Skip to content

Commit 10f076a

Browse files
switch out endpoint with prod API
1 parent 627af3f commit 10f076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function get({ type = "news", id, name }) {
2222
type = "newest";
2323
}
2424

25-
const endpointBase = `https://node-hnapi.herokuapp.com/`;
25+
const endpointBase = `https://api.hackerwebapp.com/`;
2626
let endpointPath = type;
2727

2828
if (id) {

0 commit comments

Comments
 (0)