rewrite threads routes to include id

This commit is contained in:
2026-04-20 13:22:41 +03:00
parent a2ceaa0966
commit 7eafcde1d7
6 changed files with 29 additions and 18 deletions

View File

@@ -164,6 +164,7 @@ class Topics(Model):
GROUP BY thread_id
)
SELECT
threads.id,
threads.title,
threads.slug,
threads.created_at,