use Date type for posts

This commit is contained in:
SrGooglo 2025-01-25 19:43:13 +00:00
parent 00abb1f862
commit 5206c5aef0

View File

@ -7,7 +7,7 @@ export default {
required: true
},
created_at: {
type: String,
type: Date,
required: true
},
message: {