Фикс авторизации
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 20s
Create and publish a Docker image / Deploy image (push) Successful in 4s

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.Extensions.FileProviders;
using Microsoft.OpenApi.Models; using Microsoft.OpenApi.Models;
using Microsoft.AspNetCore.Authentication.Google; using Microsoft.AspNetCore.Authentication.Google;
using Microsoft.AspNetCore.HttpOverrides;
TypeAdapterConfig<PutMeetingDto, Meeting>.NewConfig().Map(d => d.SpeackerImage, s => s.SpeackerImage.JoinFileNames()); TypeAdapterConfig<PutMeetingDto, Meeting>.NewConfig().Map(d => d.SpeackerImage, s => s.SpeackerImage.JoinFileNames());