fix debug setting
This commit is contained in:
parent
cee28f1ee6
commit
601a6f6536
@ -12,7 +12,7 @@ from sanic_cors import CORS
|
|||||||
from utils import get_j2env, get_sort_icon, get_sort_link, resolve_path, list_dir
|
from utils import get_j2env, get_sort_icon, get_sort_link, resolve_path, list_dir
|
||||||
|
|
||||||
|
|
||||||
DEBUG = True # environ.get('ENV', '').upper() != 'PRODUCTION'
|
DEBUG = environ.get('ENV', '').upper() != 'PRODUCTION'
|
||||||
|
|
||||||
app = Sanic('autoindex')
|
app = Sanic('autoindex')
|
||||||
cors = CORS(app)
|
cors = CORS(app)
|
||||||
|
Loading…
Reference in New Issue
Block a user