atc1441 / E-Paper_Pricetags

GNU General Public License v3.0
228 stars 39 forks source link

fix use of POST vs GET requests #11

Closed Hades32 closed 3 years ago

Hades32 commented 3 years ago

Anything that changes state or triggers an action MUST NOT handled by a GET request. In worst case browsers or other tools might re-trigger GET requests and thus lead to unexpected actions

Do not break the website I had to adapt it too and I just had to make it a little prettier, too :) Sorry for mixing this in the same PR

Hades32 commented 3 years ago

BTW, I moved the index.htm to /data to