TheRealKasumi / NikoLight

NikoLight is a DIY ambient light project specialized for cars. It is based on a ESP32 microcontroller board and completely open source. Please feel free to support the project by contributing to it.
GNU General Public License v3.0
17 stars 1 forks source link

Adjust endpoints that update configurations to use method patch instead of post #147

Closed TheRealKasumi closed 1 year ago

TheRealKasumi commented 1 year ago

The configuration endpoints performing update operations currently use the http method post. We think that patch fits a little better here.