Commit f28c1a3b by jaymehta

.

1 parent 638bae94
......@@ -31,9 +31,9 @@
"type": "media",
"multiple": false
},
"experience": {
"experiences": {
"type": "relation",
"relation": "oneToOne",
"relation": "oneToMany",
"target": "api::experience.experience",
"mappedBy": "category"
}
......
......@@ -137,9 +137,9 @@
},
"category": {
"type": "relation",
"relation": "oneToOne",
"relation": "manyToOne",
"target": "api::categorie.categorie",
"inversedBy": "experience"
"inversedBy": "experiences"
},
"approved": {
"type": "boolean",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!