-
Notifications
You must be signed in to change notification settings - Fork 24
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
Duplicate definition of the /simulations route #1952
Comments
I am picking this up as an easy first contribution. Reaching out to request contributor access as per the README |
Confirmed that removing one of the two lines does not stop the service from responding to Removing both results in a 404 error. |
Code is ready, but make debug-test is failing with
Reached out on slack to see what the deal with that is (unrelated to my change I'm 99% sure) |
Confirmed the test error is unrelated to my change and submitted make debug-test fails with 404 error #1954 to track. |
The flask app defines the same GET operation on /simulations twice. This change simply removes one of them.
put in pull request |
in policyengine_api/app.py there are two identical route definitions:
The text was updated successfully, but these errors were encountered: