Skip to content

Configure SwaggerForOcelot running in a subpath (IIS application) #243

Answered by BernhardJ
BernhardJ asked this question in Q&A
Discussion options

You must be logged in to vote

In the meantime I found a solution that works:

    app.UseSwaggerForOcelotUI(opt =>
    {
        // swaggerForOcelot options
        opt.PathToSwaggerGenerator = "/swagger/docs";
        opt.DownstreamSwaggerEndPointBasePath = "/ocelotpath/swagger/docs";
        opt.ServerOcelot = "/ocelotpath";
    });

Thanks for the help

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@BernhardJ
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Burgyn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants