mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 09:11:42 +02:00
Evrything is working.
Existing parts of frontend can access backend.
This commit is contained in:
@ -7,7 +7,10 @@ import os
|
||||
import json
|
||||
from flask_basicauth import BasicAuth
|
||||
from helpers import nocache
|
||||
from flask_cors import CORS
|
||||
|
||||
app = Flask(__name__, static_url_path='/static')
|
||||
CORS(app)
|
||||
|
||||
basic_auth = BasicAuth(app)
|
||||
accept_entries = True
|
||||
|
@ -34,3 +34,4 @@ tomli==2.0.1
|
||||
typing_extensions==4.5.0
|
||||
urllib3==1.26.15
|
||||
Werkzeug==2.2.3
|
||||
flask_cors==4.0.0
|
||||
|
Reference in New Issue
Block a user