File tree Expand file tree Collapse file tree
src/js/blocks/autoFind/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const clearState = () => {
3232
3333const 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 } ) ;
You can’t perform that action at this time.
0 commit comments