Update build data and swagger path #24
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user