servicestack AppHostHttpListenerBase handlerpath parameter not working?
问题 not sure if I am missing something here. I am using the AppHostHttpListenerBase in a unit test to test a service and in its constructor I pass "api" for the handlerPath parameter. I have a service registered at /hello/{Name} and am using version 3.9.17 of servicestack. Within the Config method of my appHost class if I access EndpointHostConfig.Instance.ServiceStackHandlerFactoryPath it retrurns "api" Once I am back in the unit test the same call returns null If I try and call the service with