mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-25 12:17:14 +00:00
change back
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user