maitraysuthar/rest-api-nodejs-mongodb

howto call self api?

Yuanfang-fe opened this issue · 2 comments

if i want to call bookDetail api in bookStore, how should i do?

You should import that model you want to use in your code

You should import that model you want to use in your code

thanks