fix bot not showing embed on youtube playlist

This commit is contained in:
Tim Müller
2022-03-20 20:21:30 +01:00
parent 6e2f05c9b8
commit 22e2318843
6 changed files with 32 additions and 28 deletions

View File

@@ -7,7 +7,6 @@ var builder = WebApplication.CreateBuilder(args);
builder.Services.AddControllers();
builder.Services.AddCors();
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen();