adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
840 stars 30 forks source link

HTTP 4xx-5xx status code pages #48

Open paulsmith opened 1 year ago

paulsmith commented 1 year ago

Pushup currently responds with short plain text status message when handling a 404 or 500. It should detect whether the project has page(s) to respond with. These should be in well-known locations (app/pages/4xx.up and app/pages/5xx.up perhaps?)