Commit 5598e022 by jaymehta

.

1 parent 6265f250
......@@ -23,12 +23,6 @@
},
"email": {
"type": "string"
},
"enquiries": {
"type": "relation",
"relation": "oneToOne",
"target": "api::enquiry.enquiry",
"mappedBy": "endUser"
}
}
}
......@@ -18,11 +18,10 @@
"target": "api::experience.experience",
"inversedBy": "enquiries"
},
"endUser": {
"end_user": {
"type": "relation",
"relation": "oneToOne",
"target": "api::end-user.end-user",
"inversedBy": "enquiries"
"target": "api::end-user.end-user"
},
"status": {
"type": "enumeration",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!