You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a way to have a parameter in the url, and I cant find anything on it. I'm following the syntax used by the rest of express
app.ws("/:name/ws",(ws,rs)=>{//Need to get the parameter, usually with req.params.name//This probably would only except request to the actual URL, not including variation in the :name parameter})
The text was updated successfully, but these errors were encountered:
I need a way to have a parameter in the url, and I cant find anything on it. I'm following the syntax used by the rest of express
The text was updated successfully, but these errors were encountered: