updating ip

This commit is contained in:
Main server 2020-10-10 17:35:06 +01:00
parent a89c6d1de1
commit 5f2a549387

View File

@ -36,7 +36,7 @@ app.post('/setlight', async function (request, responce) {
// Now make an api call to the led controller
axios({
url: 'http://192.168.0.23:5000/setState',
url: 'http://192.168.0.27:5000/setState',
method: 'post',
data: {
power: led_array.power,