gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 10 forks source link

[TODO] Remove server side routing, use the current Client Side routing. #27

Open gbowne1 opened 7 months ago

gbowne1 commented 7 months ago

It might confuse things so remove the server side routing in the server.js

I think the front end should use client side routing, no need for routing to be done by the server.

Also see #17