Evrything is working.

Existing parts of frontend can access backend.
This commit is contained in:
2023-09-30 00:43:19 +00:00
parent 2c549c7c59
commit ff8c113bfc
5 changed files with 10 additions and 9 deletions

View File

@ -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