iot-root / garden-of-eden

Truly own that which is yours!
GNU General Public License v3.0
22 stars 6 forks source link

allow cors #45

Closed ammaratef45 closed 8 months ago

ammaratef45 commented 9 months ago

calling API from an app would fail due to CORS, allowing it to integrate with the API from the Flutter app in https://github.com/ammaratef45/hydroponics-garden/issues/21

for this change to work you need to run pip install flask-cors, you can integrate that in the docker image

iot-root commented 9 months ago

Shall I merge?

ammaratef45 commented 9 months ago

@iot-root yes please