Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
chore: set correct argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Aug 22, 2023
1 parent 363452b commit 39fbe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lnurlp/[username]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export async function GET(
])

const payServer = GRAPHQL_URI.replace("/graphql", "").replace("api", "pay")
const callback = `${payServer}/${username}/lnurlp/callback`
const callback = `${payServer}/lnurlp/${username}/callback`

return NextResponse.json({
callback,
Expand Down

0 comments on commit 39fbe19

Please sign in to comment.