Fix typo in V1 redirect

This commit is contained in:
Max Wofford 2020-11-24 19:29:35 -05:00 committed by GitHub
parent 387b549cb4
commit 0cc82edcb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,6 @@
},
"redirects": [
{ "source": "/", "destination": "https://github.com/hackclub/cdn" },
{ "source": "/api/new", "destination": "/api/v1", "permanent": false }
{ "source": "/api/new", "destination": "/api/v1/new", "permanent": false }
]
}
}