const ENDPOINT_PATH: &str = "/.well-known/webfinger";
Define the path used for the webfinger endpoint. We need to use the full path to better support use cases where the application is behind a reverse proxy.