Files
2025-11-24 11:18:08 +08:00

10 lines
98 B
Go

package heartbeat
import (
"net/http"
)
func Beat(w http.ResponseWriter, r *http.Request) {
}