Merge branch 'feature_ci' of system-praktyk/system-praktyk-api into master
This commit is contained in:
commit
4d6ce1979e
@ -24,7 +24,7 @@ namespace Internship.Api
|
|||||||
public void ConfigureServices(IServiceCollection services) =>
|
public void ConfigureServices(IServiceCollection services) =>
|
||||||
services
|
services
|
||||||
.AddSwaggerGen(options =>
|
.AddSwaggerGen(options =>
|
||||||
options.SwaggerDoc("v1", new OpenApiInfo {Title = "InternshipSystem Api", Version = "v1"}))
|
options.SwaggerDoc("v1", new OpenApiInfo {Title = "InternshipSystem Api - TEST", Version = "v1"}))
|
||||||
.AddControllers()
|
.AddControllers()
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user