change cors headers

This commit is contained in:
Senad Uka
2023-05-15 17:24:40 +02:00
parent 8a90dc9d62
commit fd6e34c637

View File

@@ -18,11 +18,11 @@ app = Flask(__name__)
cors = CORS(app, resources={
r"/api/*": {
"origins": [
"https://pitajramizu.com",
"http://localhost:5173",
"http://pitajramizu.com",
"http://www.pitajramizu.com",
"https://c50a-77-77-231-127.ngrok-free.app"
"https://pitajramizu.com",
"https://www.pitajramizu.com",
]
}