I just want to add a simple administration page to my cloud app. Iam using the expressjs approach. By now it is a simple form in an 'adminPage' with one input and a save button. I know how to store the configuration as a simple 'app-property'.
My problem is, to get the form params to the app backend to save it.
Is there any example / tutorial best-practice how to achieve this?
Thanks in advance, even for small hints!