Merge branch 'feature_ci' of system-praktyk/system-praktyk-api into master

This commit is contained in:
Kacper Donat 2020-06-07 19:24:26 +02:00 committed by Gitea
commit 4d6ce1979e

View File

@ -24,7 +24,7 @@ namespace Internship.Api
public void ConfigureServices(IServiceCollection services) =>
services
.AddSwaggerGen(options =>
options.SwaggerDoc("v1", new OpenApiInfo {Title = "InternshipSystem Api", Version = "v1"}))
options.SwaggerDoc("v1", new OpenApiInfo {Title = "InternshipSystem Api - TEST", Version = "v1"}))
.AddControllers()
;