This commit is contained in:
@@ -55,7 +55,6 @@ namespace NeDvachAPI.DBControllers
|
||||
public static List<Post> ThreadsList(string boardName)
|
||||
{
|
||||
List<Post> posts = new List<Post>();
|
||||
string received = "";
|
||||
string connString =
|
||||
string.Format(
|
||||
"Server={0}; User Id={1}; Database={2}; Port={3}; Password={4};SSLMode=Prefer",
|
||||
|
Reference in New Issue
Block a user