Spaces:
Running
Running
Update run.py
Browse files
run.py
CHANGED
|
@@ -4,7 +4,7 @@ from flask_cors import CORS
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
app = create_app()
|
| 7 |
-
CORS(app, resources={r"/*": {"origins": "
|
| 8 |
|
| 9 |
# Remove debug mode and only run if directly executed
|
| 10 |
if __name__ == '__main__':
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
app = create_app()
|
| 7 |
+
CORS(app, resources={r"/*": {"origins": "https://recipe-rover-fun.vercel.app"}})
|
| 8 |
|
| 9 |
# Remove debug mode and only run if directly executed
|
| 10 |
if __name__ == '__main__':
|