From 3413c74bb310b0cb6c526ab6a5eb8d25da90597d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A8=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD=D1=81=D0=BA=D0=B8=D0=B9?= Date: Tue, 19 Dec 2023 18:27:16 +0300 Subject: [PATCH] try to fix --- Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index 5f1535e..b30b860 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -88,7 +88,7 @@ namespace yaflay.ru.Новая_папка public async Task createArticle([FromBody] articleBody body) { - Console.WriteLine(body.author); + Console.WriteLine(body.author+body.title+body.annotation); HttpResponseMessage message; using (var requestMessage = new HttpRequestMessage(HttpMethod.Get, "https://discordapp.com/api/oauth2/@me"))