Skip to content

Commit 5ec02a9

Browse files
authored
Update app.py
1 parent 0eef5fa commit 5ec02a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app.py

-5
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ def send_data():
1818
value = solver.complete()
1919

2020
return value
21-
2221

23-
@app.route('/receive')
24-
def receive_data():
25-
# Send some data back to the client
26-
return 'token: tokennsnsfeinwfwoh'
2722

2823
if __name__ == '__main__':
2924
app.run()

0 commit comments

Comments
 (0)