gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 6 forks source link

Fix the 404 route so it loads the 404 page when it hits a 404 instead of a message from server #21

Open gbowne1 opened 1 year ago

gbowne1 commented 1 year ago

Fix the 404 route so it loads the 404 page when it hits a 404 instead of a message from server

The 404 page assets are in /src/client/public/notfound and in /css

gbowne1 commented 1 year ago

This only returns the server message from console log not the html page.

New route maybe??