We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this is reset.class.js const { Service } = require('feathers-sequelize'); const axios = require('axios'); const app = require('../../app');
exports.ResetPassword = class ResetPassword extends Service {
create(data){ console.log(app); const users = app.service('users'); // var id = 1; // return users.patch(id,data); }
};
here how to i use user service,
The text was updated successfully, but these errors were encountered:
This is the Mongoose repository. How this all fits together is also described in the Guide, e.g. the Quick start chapter.
Sorry, something went wrong.
No branches or pull requests
this is reset.class.js
const { Service } = require('feathers-sequelize');
const axios = require('axios');
const app = require('../../app');
exports.ResetPassword = class ResetPassword extends Service {
};
here how to i use user service,
The text was updated successfully, but these errors were encountered: