Skip to content

Commit

Permalink
make changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-07 committed Feb 6, 2024
1 parent 0e0f284 commit 6bae3a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions litepipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func main() {

fmt.Printf("Listening on port %d\n\n", config.Port)

http.HandleFunc("/", HandleWebhook)

http.ListenAndServe(fmt.Sprintf(":%d", config.Port), nil)
}

Expand Down

0 comments on commit 6bae3a7

Please sign in to comment.