Player data initial
This commit is contained in:
@@ -26,7 +26,7 @@ namespace TOOHUCardAPI
|
||||
// This method gets called by the runtime. Use this method to add services to the container.
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
services.AddControllers();
|
||||
services.AddControllers().AddNewtonsoftJson();
|
||||
services.AddSwaggerGen(c =>
|
||||
{
|
||||
c.SwaggerDoc("v1", new OpenApiInfo {Title = "TOOHUCardAPI", Version = "v1"});
|
||||
|
||||
Reference in New Issue
Block a user