Update 'src/InternshipSystem.Api/Startup.cs'
This commit is contained in:
parent
f9e47194a8
commit
5020064298
@ -42,7 +42,7 @@ namespace InternshipSystem.Api
|
|||||||
|
|
||||||
app
|
app
|
||||||
.UseSwagger()
|
.UseSwagger()
|
||||||
.UseSwaggerUI(options => options.SwaggerEndpoint("/swagger/v1/swagger.json", "InternshipSystem Api"))
|
.UseSwaggerUI(options => options.SwaggerEndpoint("/api/swagger/v1/swagger.json", "InternshipSystem Api"))
|
||||||
.UseHttpsRedirection()
|
.UseHttpsRedirection()
|
||||||
.UseRouting()
|
.UseRouting()
|
||||||
.UseAuthorization()
|
.UseAuthorization()
|
||||||
|
Loading…
Reference in New Issue
Block a user