forked from MDCPS/DamageAssessment_Backend
Meged swagger changes from server version
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user