ai-cfia / fertiscan-backend

Fertiscan backend
MIT License
1 stars 0 forks source link

Need to fix CORS to link backend and frontend #21

Closed Youllou closed 2 months ago

Youllou commented 2 months ago

Description Take care of CORS so the frontend is authorized to communicate with the backend

Tasks -[] Add cors headers -[] Have the frontend url specified in the .env to restrict CORS to only the frontend Acceptance Criteria -[] The app is still working through localhost and curl commands -[] The app now works with a frontend application