Skip to content

Commit

Permalink
lemme test on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekg999 committed Sep 28, 2024
1 parent 2522c50 commit 423cc28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hook/handlers/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ func Index(w http.ResponseWriter, r *http.Request) {
}
}

for key, values := range r.Header {
for _, value := range values {
println(key, value)
}
}

db.PublishRequest(bin, db.Request{
Method: r.Method,
URL: r.URL.String(),
Expand Down

0 comments on commit 423cc28

Please sign in to comment.