Now that we've fully deployed cellpack-client to only pass recipe as JSON body instead of as a firebase path in the URL, we should update server.py to only accept recipe as a JSON body.
We had previously accepted both to stay backwards compatible during the deployment process, but now we're done deploying!
Follow up to this PR
Now that we've fully deployed cellpack-client to only pass recipe as JSON body instead of as a firebase path in the URL, we should update
server.pyto only accept recipe as a JSON body.We had previously accepted both to stay backwards compatible during the deployment process, but now we're done deploying!
Follow up to this PR