mostly a hosted interfaces rewrite and better documentation

This commit is contained in:
2024-05-13 14:40:18 -07:00
parent 0ab32bf4e2
commit ab15eeaebe
5 changed files with 1051 additions and 1 deletions
+4
View File
@@ -35,6 +35,7 @@ logging.basicConfig(
)
logging.info(f"Started: {timestamp_runtime}")
logging.info(f"Using Sermon Database: {SERMON_DB}")
try:
sanity_check.check_sanity()
@@ -687,6 +688,9 @@ def idx(shortcode=""):
logging.info(f"/{shortcode}")
return send_file("html/index.html")
@app.get("/fe")
def frontend():
return send_file('kjv_fe.html')
@app.get("/salvation") # a web page about going to heaven
def salvation():