P2PSP / Virtual-Room

A virtual room where friends share videos among them in real time directly over the web browser, with synchronized playback and a video chat at the same time.
GNU General Public License v3.0
34 stars 25 forks source link

Remove "new" from room URL #22

Closed cristobalmedinalopez closed 7 years ago

cristobalmedinalopez commented 7 years ago

I think that the word "new" does nothing in the URL. It only makes the URL longer.

So, I propose to use: http://127.0.0.1:3000/room/1b928792

Instead of: http://127.0.0.1:3000/room/new/1b928792

What do you think guys?

jainamritanshu commented 7 years ago

Sure @cristobalmedinalopez I will do the needful, new seems to b e redundant here :smile:

cristobalmedinalopez commented 7 years ago

Done! Thanks.