Add first info to landing page

This commit is contained in:
2025-10-23 12:35:52 +02:00
parent f6e69b1521
commit 81929cca21
11 changed files with 186 additions and 57 deletions

View File

@@ -1,4 +1,7 @@
if [ -z "${APS_username}" ]; then
export APS_username="testuser"
fi
if [ -z "${APS_display_name}" ]; then
export APS_display_name="Dr. T. Estuser"
fi
fastapi dev src/allmende_payment_system/app.py