Specified URL for the SwaggerUI
This commit is contained in:
parent
23632d10f8
commit
94101093c9
@ -113,7 +113,10 @@ namespace ScrumTaskboard
|
|||||||
});
|
});
|
||||||
|
|
||||||
//Use the SwaggerUi v3 to provide a SwaggerUI based API explorer at "/swagger"
|
//Use the SwaggerUi v3 to provide a SwaggerUI based API explorer at "/swagger"
|
||||||
app.UseSwaggerUi3();
|
app.UseSwaggerUi3(options =>
|
||||||
|
{
|
||||||
|
options.Path = "/swagger";
|
||||||
|
});
|
||||||
|
|
||||||
//Use Redoc to provide a ReDoc based API explorer at "/redoc"
|
//Use Redoc to provide a ReDoc based API explorer at "/redoc"
|
||||||
app.UseReDoc(options =>
|
app.UseReDoc(options =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user