custom 500 page
#161
-
hi, is it able to have a custom 500 error page? i know it is able to provide a default route(which is 404), can i do the same for 500? |
Beta Was this translation helpful? Give feedback.
Answered by
jchristn
Feb 3, 2025
Replies: 1 comment
-
Yes, you can modify the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kibibites
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can modify the
WebserverPages
instance inWebserver.Pages
. Modify thePages
property within (Dictionary<int, Page>
) with a newPage
object.