You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Previously, the models used to run with Flask Debug mode turned on. This caused some of the server code to execute twice, so I put a second condition in the conditional statement here
Now that Debug mode is turned off, the CORS_ENABLE flag will not actually enable cross origin support. I think it might be best to simply remove the second condition.
The text was updated successfully, but these errors were encountered:
Previously, the models used to run with Flask
Debug mode
turned on. This caused some of the server code to execute twice, so I put a second condition in the conditional statement hereMAX-Framework/maxfw/core/app.py
Line 29 in 1a924f2
Now that
Debug mode
is turned off, theCORS_ENABLE
flag will not actually enable cross origin support. I think it might be best to simply remove the second condition.The text was updated successfully, but these errors were encountered: