Update build data and swagger path #24

Merged
maxchil merged 4 commits from kadet-patch-1 into master 2020-07-18 16:50:41 +02:00
Showing only changes of commit 5020064298 - Show all commits

View File

@ -42,7 +42,7 @@ namespace InternshipSystem.Api
app
.UseSwagger()
.UseSwaggerUI(options => options.SwaggerEndpoint("/swagger/v1/swagger.json", "InternshipSystem Api"))
.UseSwaggerUI(options => options.SwaggerEndpoint("/api/swagger/v1/swagger.json", "InternshipSystem Api"))
.UseHttpsRedirection()
.UseRouting()
.UseAuthorization()