Add missing capture group

This commit is contained in:
Moody Salem 2020-06-03 14:52:38 -04:00
parent f73b37287f
commit b2508fc6f2
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -1,7 +1,8 @@
{
"version": 2,
"redirects": [
{
"source": "/.*",
"source": "/(.*)",
"destination": "https://app.uniswap.org/#/$1",
"permanent": true
}