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

This commit is contained in:
Sergey Karmanov 2023-12-24 12:50:32 +03:00
parent 15911d2c69
commit d0ff5effd6
Signed by: serega404
GPG Key ID: B6AD49C8C835460C

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());