Сборка
This commit is contained in:
@@ -1,16 +1,30 @@
|
||||
using Knot.Modules.Messaging;
|
||||
using Knot.Shared.Infrastructure;
|
||||
using Knot.Modules.Auth;
|
||||
using Knot.Modules.Auth.Presentation.Endpoints;
|
||||
using Knot.Modules.Profiles;
|
||||
using Knot.Modules.Profiles.Presentation.Endpoints;
|
||||
using Knot.Modules.Settings;
|
||||
using Knot.Modules.Settings.Presentation.Endpoints;
|
||||
using Knot.Modules.Admin;
|
||||
using Knot.Modules.Conversations;
|
||||
using Knot.Modules.Conversations.Infrastructure.SignalR;
|
||||
using Knot.Modules.Conversations.Presentation.Endpoints;
|
||||
using Knot.Modules.Auth.Infrastructure.Persistence;
|
||||
using Knot.Modules.Conversations.Infrastructure.Persistence;
|
||||
using Knot.Modules.Storage;
|
||||
using Knot.Modules.Stories;
|
||||
using Knot.Modules.Stories.Presentation.Endpoints;
|
||||
using Knot.Modules.Klipy;
|
||||
using Knot.Modules.Federation;
|
||||
using Knot.Modules.WebRtc;
|
||||
using Knot.Modules.WebRtc.Presentation.Endpoints;
|
||||
using Knot.Modules.TelegramImport;
|
||||
using Knot.Modules.TelegramImport.Presentation.Endpoints;
|
||||
using Knot.Modules.Relations;
|
||||
using Knot.Modules.Relations.Presentation.Endpoints;
|
||||
using Host.Endpoints;
|
||||
using Knot.Host.Presentation.Endpoints;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.AspNetCore.Authentication.JwtBearer;
|
||||
using Microsoft.IdentityModel.Tokens;
|
||||
|
||||
Reference in New Issue
Block a user