If we have two forms, and if we specify:
action ="/";
Then how should we handle them in a server file (using express). I am confused because we can only specify app.get("/", func);
app.get("/", func);