Фикс авторизации

This commit is contained in:
2023-12-24 12:50:32 +03:00
parent 15911d2c69
commit d0ff5effd6

View File

@@ -6,6 +6,7 @@ using static Consts;
using Microsoft.Extensions.FileProviders;
using Microsoft.OpenApi.Models;
using Microsoft.AspNetCore.Authentication.Google;
using Microsoft.AspNetCore.HttpOverrides;
TypeAdapterConfig<PutMeetingDto, Meeting>.NewConfig().Map(d => d.SpeackerImage, s => s.SpeackerImage.JoinFileNames());