Files
quectel-rgmii-toolkit/ipk-source/sdxpinn-quecmanager-beta/root/www/cgi-bin/heartbeat.sh
Cameron Thompson a8043e6d95 Final Touches
2025-01-18 21:59:14 -05:00

10 lines
225 B
Bash
Executable File

#!/bin/sh
echo "Content-Type: application/json"
echo "Cache-Control: no-cache, no-store, must-revalidate"
echo "Pragma: no-cache"
echo "Expires: 0"
echo ""
# Basic response indicating the server is up
echo '{"alive": true}'