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