forked from MDCPS/DamageAssessment_Backend
dev server swagger updation
This commit is contained in:
@ -34,8 +34,7 @@ if (app.Environment.IsDevelopment())
|
||||
app.UseSwagger();
|
||||
app.UseSwaggerUI(options =>
|
||||
{
|
||||
options.SwaggerEndpoint("/swagger/v1/swagger.json", "");
|
||||
// options.RoutePrefix = ""; // Serve Swagger UI at the root URL
|
||||
options.SwaggerEndpoint("/locations/swagger/v1/swagger.json", "");
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user