From 99c0e0c410bb4b8461c7ec13b201e605d7ef1036 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:42:03 +1000 Subject: [PATCH] post list --- DBchat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBchat.cs b/DBchat.cs index 62fb9aa..1c7d677 100644 --- a/DBchat.cs +++ b/DBchat.cs @@ -11,7 +11,7 @@ namespace NeDvachAPI private static string Password = "postgres"; private static string Port = "5432"; - public static Post[] DbList() + public static List DbList() { // Build connection string using parameters from portal //Post[] posts = new Post[10];