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
In the DOCs of habit tracker, there is a section of archives where we have a delete api written below "/api/archives/delete/:habitId"
"/api/archives/delete/:habitId"
but when i tried to use it, it shows error (mirage undefined)
but when i removed delete from api it worked
( /api/archives/:habitId )
To Reproduce Steps to reproduce the behavior:
. . . .
Expected behavior this api should be "/api/archives/:habitId "
"/api/archives/:habitId "
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the DOCs of habit tracker, there is a section of archives where we have a delete api written below
"/api/archives/delete/:habitId"
but when i tried to use it, it shows error (mirage undefined)
but when i removed delete from api it worked
( /api/archives/:habitId )
To Reproduce
Steps to reproduce the behavior:
.
.
.
.
Expected behavior
this api should be
"/api/archives/:habitId "
The text was updated successfully, but these errors were encountered: