change back

This commit is contained in:
√(noham)²
2024-04-01 14:44:56 +02:00
parent 58a516fa86
commit 9f26cb5f6d

View File

@@ -4,7 +4,7 @@ import json
import hashlib import hashlib
app = Flask(__name__) app = Flask(__name__)
CORS(app, resources={r"/music/*": {"origins": "http://*"}}) CORS(app, resources={r"/music/*": {"origins": "https://noh.am"}})
with open('.users', 'r') as file: with open('.users', 'r') as file:
users = json.load(file) users = json.load(file)