fix comment api

This commit is contained in:
yuetsh
2024-06-30 21:47:49 +08:00
committed by yuetsh
parent ee9f4f356f
commit 188cdd4d76
4 changed files with 31 additions and 15 deletions

View File

@@ -42,6 +42,6 @@ class Comment(models.Model):
class Meta:
db_table = "comment"
ordering = ("create_time",)
ordering = ("-create_time",)