CoreySutphin / reddit-clone

MIT License
1 stars 0 forks source link

Store subrredit names lowercase so r/RVA and r/rva can route to the same subreddit #14

Closed CoreySutphin closed 6 years ago

JosephWoodside commented 6 years ago

When creating a subreddit it now creates the name as lowercase. Also changed all of the subreddit routes so anywhere it gets the subreddit name out of the url that subredditName is now coerced to lowercase.