Refactor for heroku

This commit is contained in:
2022-07-15 02:07:40 +02:00
parent 95838885e7
commit 895dd14073
20 changed files with 11 additions and 10 deletions

View File

@ -6,7 +6,7 @@ import os
import json
from flask_basicauth import BasicAuth
from helpers import nocache
app = Flask(__name__, static_url_path='/static')
app = Flask("backend", static_url_path='/static')
basic_auth = BasicAuth(app)
accept_entries = False

View File

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 318 B

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB