Skip to content
New issue

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

Delete interest #125

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Delete interest #125

wants to merge 4 commits into from

Conversation

Omarko65
Copy link
Collaborator

Description:

Delete interest endpoint created

Changes Made:

Uncommented create interest endpoint and added delete interest endpoint

Related Issue:

Fixes #[ISSUE_NUMBER]

Testing Done:

Describe the testing you've conducted to ensure the new implementation works as expected, including any test cases, inputs, and results.

Screenshots (if applicable):

Attach screenshots, if applicable, to showcase the newly implemented feature or bug fix.

@Freeman-kuch
Copy link
Collaborator

6849ac1633f443529e53b9ad931bec29 -- EVENT-ID
user1_id --USER-ID
Test with these data on the test_db

@Omarko65
Copy link
Collaborator Author

6849ac1633f443529e53b9ad931bec29 -- EVENT-ID user1_id --USER-ID Test with these data on the test_db

It returns this 404 error
{
"error": "Not Found",
"message": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."
}

Get all events returns
{
"data": [],
"message": "events returned succesfully",
"status": "success"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants