Skip to content

Commit

Permalink
Add redirect to ambassador funding request form
Browse files Browse the repository at this point in the history
  • Loading branch information
mribeirodantas committed Jan 20, 2025
1 parent 0aa30d0 commit 08ac795
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/ambassadors/request_funding.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export async function get() {
return new Response(null, {
status: 302,
headers: {
Location: 'https://script.google.com/macros/s/AKfycbwCXBhHS6mE7Zl-PIoRvMplloyaflhLPVLy82nUyYvC-i9x_iAQ2Cdjtr99L0VsPTE/exec',
},
});
}

0 comments on commit 08ac795

Please sign in to comment.