mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 23:22:53 +00:00
Add redirect for v1 of the API
This commit is contained in:
parent
1354c759db
commit
facac3b246
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"api/**/*.{j,t}s": { "runtime": "vercel-deno@0.4.4" }
|
||||
},
|
||||
"redirects": [
|
||||
{ "source": "/", "destination": "https://github.com/hackclub/cdn"}
|
||||
{ "source": "/", "destination": "https://github.com/hackclub/cdn" },
|
||||
{ "source": "/api/new", "destination": "/api/v1", "permanent": false }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue