blog apis for getting like and views
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user