mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 16:18:17 +00:00
Fix typo in V1 redirect
This commit is contained in:
parent
387b549cb4
commit
0cc82edcb9
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue