limited_dev
8ebc78b754
fix: minor bugfixes while posting & commenting, changed Au.razor and E.razor around
9 lines
No EOL
138 B
C#
9 lines
No EOL
138 B
C#
namespace ImageBoardServerApp.Data;
|
|
|
|
public class Boards
|
|
{
|
|
private List<PostData> posts = new List<PostData>()
|
|
{
|
|
|
|
};
|
|
} |