Skip to content

Commit 832bf71

Browse files
committed
Change host to use production
1 parent fbc9105 commit 832bf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/fetch_news.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fetch('http://localhost:8001/fetch', {
1+
fetch('https://news-api-d1e5.herokuapp.com/fetch', {
22
method: 'POST',
33
body: JSON.stringify({topic: "Machine Learning"}),
44
headers: {'Content-Type': 'application/json'}

0 commit comments

Comments
 (0)