Skip to content

Commit 9863286

Browse files
committed
TW-1614: Temple Tap Airdrop confirmation. Fix proxy URL path
1 parent bf54124 commit 9863286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ app.get('/api/signing-nonce', (req, res) => {
400400

401401
app.post('/api/temple-tap/confirm-airdrop-username', async (req, res) => {
402402
try {
403-
const response = await fetch(new URL('/v1/confirm-airdrop-address', EnvVars.TEMPLE_TAP_API_URL), {
403+
const response = await fetch(new URL('v1/confirm-airdrop-address', EnvVars.TEMPLE_TAP_API_URL + '/'), {
404404
method: 'POST',
405405
body: JSON.stringify(req.body),
406406
headers: {

0 commit comments

Comments
 (0)