Hi,
I’m implementing a health check monitoring system for my forum and would like to know how to test the /srv/status
endpoint.
I know it returns OK
when the forum is fine, but how can I safely make it return the opposite (I assume it’s NOK
or something like that) for test purposes of my monitoring system?
Thanks