Meged swagger changes from server version

This commit is contained in:
Santhosh S
2023-09-03 18:56:01 -04:00
11 changed files with 444 additions and 4 deletions

View File

@ -53,7 +53,7 @@ var app = builder.Build();
if (app.Environment.IsDevelopment())
{
app.UseSwagger();
app.UseSwaggerUI(options => { options.SwaggerEndpoint("/swagger/v1/swagger.json", ""); });
app.UseSwaggerUI(options => { options.SwaggerEndpoint("/survey/swagger/v1/swagger.json", ""); });
}
app.UseAuthentication();