You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the activities endpoints, there is an image field
model Activity {
id Int @id @default(autoincrement())
titleFr String
descriptionFr String
titleEn String
descriptionEn String
image String
type ActivityType
}
For now it's not possible to send an image, this feature has to be implemented so users can directly upload their images
The text was updated successfully, but these errors were encountered:
In the activities endpoints, there is an image field
For now it's not possible to send an image, this feature has to be implemented so users can directly upload their images
The text was updated successfully, but these errors were encountered: