mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-24 19:58:34 +00:00
change back
This commit is contained in:
@@ -4,7 +4,7 @@ import json
|
||||
import hashlib
|
||||
|
||||
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:
|
||||
users = json.load(file)
|
||||
|
||||
Reference in New Issue
Block a user