mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Enable static file handling.
This commit is contained in:
parent
c791d2a15f
commit
53389d6ee0
@ -5,7 +5,7 @@
|
||||
# Copyright (C) 2013 - 2014, The pgAdmin Development Team
|
||||
# This software is released under the PostgreSQL Licence
|
||||
#
|
||||
# pgadmin4.py - Main application entry point
|
||||
# pgAdmin4.py - Main application entry point
|
||||
#
|
||||
##########################################################################
|
||||
|
||||
@ -22,7 +22,7 @@ sys.path.append(os.path.dirname(__file__))
|
||||
import config
|
||||
|
||||
# Setup the app object
|
||||
app = Flask(__name__)
|
||||
app = Flask(__name__, static_url_path='')
|
||||
|
||||
#
|
||||
# Setup logging and log the application startup
|
||||
|
Loading…
Reference in New Issue
Block a user