Merge with dev branch

This commit is contained in:
Santhosh S
2023-09-05 00:15:17 -04:00
29 changed files with 362 additions and 415 deletions

View File

@ -43,8 +43,8 @@ if (app.Environment.IsDevelopment())
app.UseSwaggerUI(options =>
{
//switch for local environment
options.SwaggerEndpoint("/swagger/v1/swagger.json", "");
// options.SwaggerEndpoint("/employees/swagger/v1/swagger.json", "");
// options.SwaggerEndpoint("/swagger/v1/swagger.json", "");
options.SwaggerEndpoint("/employees/swagger/v1/swagger.json", "");
});
}