rewrite threads routes to include id
This commit is contained in:
@@ -164,6 +164,7 @@ class Topics(Model):
|
||||
GROUP BY thread_id
|
||||
)
|
||||
SELECT
|
||||
threads.id,
|
||||
threads.title,
|
||||
threads.slug,
|
||||
threads.created_at,
|
||||
|
||||
Reference in New Issue
Block a user