This commit is contained in:
parent
3d5c349288
commit
99c0e0c410
@ -11,7 +11,7 @@ namespace NeDvachAPI
|
|||||||
private static string Password = "postgres";
|
private static string Password = "postgres";
|
||||||
private static string Port = "5432";
|
private static string Port = "5432";
|
||||||
|
|
||||||
public static Post[] DbList()
|
public static List<Post> DbList()
|
||||||
{
|
{
|
||||||
// Build connection string using parameters from portal
|
// Build connection string using parameters from portal
|
||||||
//Post[] posts = new Post[10];
|
//Post[] posts = new Post[10];
|
||||||
|
Reference in New Issue
Block a user