Skip to content

Commit

Permalink
feat: add route for ln-pay
Browse files Browse the repository at this point in the history
  • Loading branch information
yemmyharry committed May 27, 2024
1 parent d2d4c26 commit 76a3fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/fedimint-go/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ func main() {
r.HandleFunc("/admin/config", handlers.AdminConfigHandler)
r.HandleFunc("/ln/invoice", handlers.InvoiceHandler)
r.HandleFunc("/create-invoice", handlers.CreateInvoiceHandler)
r.HandleFunc("/ln-pay", handlers.LnPayHandler)

log.Fatal(http.ListenAndServe(":8080", r))

Expand Down

0 comments on commit 76a3fe0

Please sign in to comment.