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

Branch3 422 error [Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body.] error solved. but #435 #437

Merged
merged 4 commits into from
Jul 12, 2023

Conversation

idiotcommerce
Copy link
Contributor

422 error [Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body.] error solved. but #435

below hillite function is futureValueOfAnnuity or FutureValueOfAnnuityDue --- doubt ---
it is main.py file.

#Endpoint to calculate future value of the annuity due
@app.post(
"/future_value_of_annuity_due",
tags=["future_value_of_annuity_due"],
description="Calculating future value of annuity due",
)
def future_value_of_annuity_due(
request: futureValueOfAnnuity
):
return future_value_of_annuity_due_task(request.periodic_payment, request.interest_rate, request.number_of_payments)

if that is FutureValueOfAnnuityDue migrateit and change.
or comment it i will do that, so you can migrate easily.

@idiotcommerce idiotcommerce changed the title Branch3 Branch3 422 error [Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body.] error solved. but #435 Jul 12, 2023
@ighoshsubho ighoshsubho merged commit fe8ac3d into Clueless-Community:main Jul 12, 2023
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