Skip to content

Commit

Permalink
fix:wrong origin
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgutgutia committed Dec 17, 2023
1 parent 1a94416 commit a3c448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

app= Flask(__name__)
#CORS(app)
CORS(app, resources={r"/*": {"origins": "https://www.google.com", "methods": ["GET", "POST"]}})
CORS(app, resources={r"/*": {"origins": "https://contactify.codechefvit.com", "methods": ["GET", "POST"]}})
app.config['MAX_CONTENT_LENGTH'] = 1024*1024*1024


Expand Down

0 comments on commit a3c448b

Please sign in to comment.