Skip to content

Commit

Permalink
Merge pull request #328 from jdi-testing/issue_325
Browse files Browse the repository at this point in the history
Feature: Endpoint was changed to new backend data.
  • Loading branch information
Dashnik authored Sep 8, 2021
2 parents a34a21e + 131287f commit 3763e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN",
"description": "",
"devtools_page": "index.html",
"version": "3.0.46",
"version": "3.0.48",
"permissions": [
"activeTab",
"tabs",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdi-react-extension",
"version": "3.0.46",
"version": "3.0.48",
"description": "jdi react extension",
"scripts": {
"start": "npm run webpack",
Expand Down
2 changes: 1 addition & 1 deletion src/js/blocks/autoFind/utils/pageDataHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const clearState = () => {

const uploadElements = async ([{ result }]) => {
const [payload, length] = result;
const response = await fetch("http:localhost:5000/predict", {
const response = await fetch("http:localhost:5000/mui-predict", {
method: "POST",
body: payload,
});
Expand Down

0 comments on commit 3763e31

Please sign in to comment.