add comment

This commit is contained in:
2025-07-16 14:27:46 +08:00
parent 979c6932ba
commit d634e94653
4 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,8 @@ func transfer(w http.ResponseWriter, r *http.Request) {
fmt.Println("Transfer received:", transfer)
// IMPLEMENTATION
w.WriteHeader(1000)
w.Write([]byte("Transfer successful"))
}