Skip to content

Commit 3763e31

Browse files
authored
Merge pull request #328 from jdi-testing/issue_325
Feature: Endpoint was changed to new backend data.
2 parents a34a21e + 131287f commit 3763e31

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "JDN",
44
"description": "",
55
"devtools_page": "index.html",
6-
"version": "3.0.46",
6+
"version": "3.0.48",
77
"permissions": [
88
"activeTab",
99
"tabs",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jdi-react-extension",
3-
"version": "3.0.46",
3+
"version": "3.0.48",
44
"description": "jdi react extension",
55
"scripts": {
66
"start": "npm run webpack",

src/js/blocks/autoFind/utils/pageDataHandlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const clearState = () => {
3232

3333
const uploadElements = async ([{ result }]) => {
3434
const [payload, length] = result;
35-
const response = await fetch("http:localhost:5000/predict", {
35+
const response = await fetch("http:localhost:5000/mui-predict", {
3636
method: "POST",
3737
body: payload,
3838
});

0 commit comments

Comments
 (0)