This commit is contained in:
@@ -14,7 +14,7 @@ namespace NeDvachAPI.Controllers
|
||||
//Post[] posts = DBchat.DbList();
|
||||
List<Post> posts = DBchat.DbList();
|
||||
string postsJson = JsonSerializer.Serialize(posts);
|
||||
Console.WriteLine("Запрошен список постов.);
|
||||
Console.WriteLine("Запрошен список постов");
|
||||
return postsJson ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user