Commit f28c1a3b by jaymehta

.

1 parent 638bae94
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
"type": "media", "type": "media",
"multiple": false "multiple": false
}, },
"experience": { "experiences": {
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "oneToMany",
"target": "api::experience.experience", "target": "api::experience.experience",
"mappedBy": "category" "mappedBy": "category"
} }
......
...@@ -137,9 +137,9 @@ ...@@ -137,9 +137,9 @@
}, },
"category": { "category": {
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "manyToOne",
"target": "api::categorie.categorie", "target": "api::categorie.categorie",
"inversedBy": "experience" "inversedBy": "experiences"
}, },
"approved": { "approved": {
"type": "boolean", "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!