Skip to content

Commit

Permalink
fix: wrong cb path
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Oct 31, 2024
1 parent 4d5e989 commit 0339d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views_lnurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async def lnurl_params(


@bitcoinswitch_lnurl_router.get(
"/api/v1/lnurl/cb/{payment_id}",
"/cb/{payment_id}",
status_code=HTTPStatus.OK,
name="bitcoinswitch.lnurl_callback",
)
Expand Down

0 comments on commit 0339d86

Please sign in to comment.