Iodine98 / dora-back

A Python backend for Document Retrieval and Analysis (DoRA).
MIT License
0 stars 1 forks source link

Fix CORS headers and close event loop properly #2

Closed Iodine98 closed 7 months ago

Iodine98 commented 8 months ago

This pull request fixes the issue with CORS headers and ensures that the event loop is properly closed. The server.py file has been updated to use form data instead of JSON body.