PolicyEngine / policyengine-api

PolicyEngine's REST API for computing policy impacts.
GNU Affero General Public License v3.0
12 stars 28 forks source link

Remove duplicate route for /simulations (#1952) #1955

Closed mikesmit closed 2 weeks ago

mikesmit commented 3 weeks ago

The flask app defines the same GET operation on /simulations twice. This change simply removes one of them.

anth-volk commented 2 weeks ago

And of course for some reason, the tests passed upon your force push. Maybe the failure was either a fluke or old code. Thanks for this @mikesmit, approving.