Skip to content

Commit

Permalink
Add amplitude proxy (#43)
Browse files Browse the repository at this point in the history
* [TEST] Add amplitude proxy

* Update vercel.json

* fix

Signed-off-by: Evaldo Felipe <[email protected]>

* fix

Signed-off-by: Evaldo Felipe <[email protected]>

* fix path

Signed-off-by: Evaldo Felipe <[email protected]>

---------

Signed-off-by: Evaldo Felipe <[email protected]>
Co-authored-by: Evaldo Felipe <[email protected]>
  • Loading branch information
mrice32 and evaldofelipe authored May 16, 2024
1 parent 673d699 commit 25289e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
{
"source": "/api/:path*",
"destination": "https://app.across.to/api/:path*"
},
{
"source": "/amplitude",
"destination": "https://api2.amplitude.com/2/httpapi"
}
],
"redirects": [
Expand Down

0 comments on commit 25289e4

Please sign in to comment.