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? |
Answered by
jchristn
Feb 3, 2025
Replies: 1 comment
|
Yes, you can modify the |
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
WebserverPagesinstance inWebserver.Pages. Modify thePagesproperty within (Dictionary<int, Page>) with a newPageobject.