feat: started working on replys in comments, changes IDs to GETs
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
5ee623b295
commit
396edeefde
9 changed files with 207 additions and 11 deletions
|
@ -33,7 +33,7 @@
|
|||
{
|
||||
try
|
||||
{
|
||||
post = await PostsRepository.getPostByIdAsync(int.Parse(threadId));
|
||||
post = await PostsRepository.getPostByGETAsync(boardName, int.Parse(threadId));
|
||||
}
|
||||
catch (FormatException fe)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue