Add first info to landing page
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user