post list
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2022-10-20 11:42:03 +10:00
parent 3d5c349288
commit 99c0e0c410

View File

@ -11,7 +11,7 @@ namespace NeDvachAPI
private static string Password = "postgres";
private static string Port = "5432";
public static Post[] DbList()
public static List<Post> DbList()
{
// Build connection string using parameters from portal
//Post[] posts = new Post[10];