Compare commits
No commits in common. "f9dbc54bb228d728def7405f221fd6af666b822f" and "4bce1d825e8f347357ccfe1cc7b9848c648fd253" have entirely different histories.
f9dbc54bb2
...
4bce1d825e
@ -61,10 +61,11 @@ const Hero = () => {
|
||||
var x = ball.style.left;
|
||||
var y = ball.style.top;
|
||||
var query = "http://localhost:5000/LRegresion" + x + "&" + y
|
||||
|
||||
fetch(query).then(
|
||||
res => res.json
|
||||
).then(
|
||||
data => {
|
||||
setData(data)
|
||||
setData(data)
|
||||
console.log(data)
|
||||
}
|
||||
)
|
||||
|
Binary file not shown.
@ -11,6 +11,7 @@ CORS(app)
|
||||
def members():
|
||||
return{"members":["Member1","Member2","Member3"]}
|
||||
|
||||
|
||||
# zapytanie o regresje logistyczną na podstawie pozycji piłki
|
||||
|
||||
@app.route("/LRegresion<x>&<y>")
|
||||
|
Loading…
Reference in New Issue
Block a user