blog apis for getting like and views

This commit is contained in:
2024-05-06 23:23:25 +05:30
parent 5c1a50ea64
commit 50c5f87f93
21 changed files with 2088 additions and 96 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace PortBlog.API.Entities
[Required]
[MaxLength(200)]
public string Categories { get; set; } = string.Empty;
public string[] Categories { get; set; } = [];
[Required]
[MaxLength(100)]