I'm using node js as server. Do i have to configure index.js file while using localtunnel? While submitting form, which URL do I have to specify? should i use URL provided by localtunnel.
<form name="formname" action="http://localhost:3000/register" method="post">
I know its a silly question. Can somebody provide a small guidance?