added expressjs server instead of python one
This commit is contained in:
5
testfile.py
Normal file
5
testfile.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import requests
|
||||
|
||||
x = requests.post('http://localhost:8000/testrequest', {"Test":"test"})
|
||||
|
||||
print(x.text)
|
||||
Reference in New Issue
Block a user