OTP, vendor and user APIs ready
Showing
4 changed files
with
81 additions
and
3 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -70,6 +70,12 @@ |
}, | ||
"dialCode": { | ||
"type": "string" | ||
}, | ||
"vendor": { | ||
"type": "relation", | ||
"relation": "oneToOne", | ||
"target": "api::vendor.vendor", | ||
"inversedBy": "user" | ||
} | ||
} | ||
} |