Closed seanshahkarami closed 4 years ago
This first post request is giving me the error when running the develop beehive-server.
import requests nodeid = '0000000000000001' r = requests.post(f'http://localhost:80/api/registration?nodeid={nodeid}') print('POST') print(r.text)
Fixed this.
This first post request is giving me the error when running the develop beehive-server.