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
We need to following crud apis for transactions:
We need to to follow our current setup, creating validations like src/v1/user.validation.ts and methods in src/v1/user.ts. We need to create apis in:
src/v1/user.validation.ts
src/v1/user.ts
and finally need to setup routes in src/v1/routes.ts.
src/v1/routes.ts
The text was updated successfully, but these errors were encountered:
afaq-karim
When branches are created from issues, their pull requests are automatically linked.
We need to following crud apis for transactions:
We need to to follow our current setup, creating validations like
src/v1/user.validation.ts
and methods insrc/v1/user.ts
. We need to create apis in:and finally need to setup routes in
src/v1/routes.ts
.Verification: Checks
The text was updated successfully, but these errors were encountered: