tulsawebdevs / services-voting

A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1 stars 8 forks source link

Add 404 catchall #33

Closed zenlex closed 1 month ago

zenlex commented 2 months ago

Add a 404 catchall handler - write middleware at end of chain that returns appropriate 404 responses for both html and json requests.