show frontpage for debuggnig
This commit is contained in:
@@ -45,7 +45,7 @@ logging.basicConfig(
|
||||
format=f"[%(asctime)s] [%(levelname)s] %(message)s",
|
||||
)
|
||||
|
||||
__VERSION__ = "20240928.0"
|
||||
__VERSION__ = "20250123.0"
|
||||
app = Flask(__name__)
|
||||
app.config.from_object(__name__)
|
||||
app.config.from_prefixed_env()
|
||||
@@ -68,8 +68,10 @@ def log_the_status_code(response):
|
||||
|
||||
@app.route("/")
|
||||
def index():
|
||||
"""Returns Nothing"""
|
||||
return "", 200
|
||||
"""Returns Index"""
|
||||
return render_template(
|
||||
"index.html"
|
||||
)
|
||||
|
||||
|
||||
@app.route('/health.html', methods=["GET",]) # fmt: skip
|
||||
|
||||
Reference in New Issue
Block a user