Feature: Presseseite /presse mit Pressemitteilung, Screenshots, Logos, Gründerfoto
This commit is contained in:
parent
b6fdb23292
commit
2cc4252120
3 changed files with 326 additions and 0 deletions
|
|
@ -1429,6 +1429,13 @@ async def knigge_page():
|
|||
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
# /presse — Presseseite
|
||||
# ------------------------------------------------------------------
|
||||
@app.get("/presse")
|
||||
async def presse():
|
||||
return FileResponse(f"{STATIC_DIR}/presse.html", headers={"Cache-Control": "max-age=3600"})
|
||||
|
||||
|
||||
# /partner — Influencer-Landingpage
|
||||
# ------------------------------------------------------------------
|
||||
@app.get("/partner")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue