[Question] What is the purpose of PathToSwaggerGenerator?
Opened this issue · 0 comments
mark-buhagiar commented
Apologies for the thick question, but I'm unable to find answer to the question.
I currently have my setup as follows:
app.UseSwagger().UseSwaggerForOcelotUI(opt =>
{
opt.PathToSwaggerGenerator = "/swagger/docs";
})
However, I was trying to figure out what the swagger generator actually is, or is doing, and removing it made no difference.
Happy to be pointed to some documentation and told to read!
Thanks