Skip to content

Commit

Permalink
added deployed backend link
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmansp committed Apr 21, 2021
1 parent 15e7cbb commit 6fc2167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Youtube Comment Filter/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function getData() {
const location = window.location.hostname;

try {
const fetchResponse = await fetch("https://8f63a5737211.ngrok.io", {
const fetchResponse = await fetch("https://sentiment-analyzer-backend.herokuapp.com/", {
method: "POST",
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit 6fc2167

Please sign in to comment.