Add middleware

Took 1 hour 8 minutes
This commit is contained in:
Lucàs
2023-03-28 15:10:57 +02:00
parent 28be7ce223
commit caabf0ac7a
3 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ model Chat {
model Message {
id String @id @default(auto()) @map("_id") @db.ObjectId
message String
text String
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt