AudioKit / audiokit.io

Website for AudioKit documentation.
https://audiokit.io
MIT License
4 stars 2 forks source link

Added `ErrorPage` #1

Closed bdrelling closed 2 years ago

bdrelling commented 2 years ago

Added an ErrorPage template with default settings for HTTPResponseStatus.notfound.

This will only work properly so long as the app.get("") registration is last on the list.