mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 16:18:17 +00:00
Add redirect for v1 newSingle
This commit is contained in:
parent
0cc82edcb9
commit
8785ab0ebc
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
},
|
||||
"redirects": [
|
||||
{ "source": "/", "destination": "https://github.com/hackclub/cdn" },
|
||||
{ "source": "/api/new", "destination": "/api/v1/new", "permanent": false }
|
||||
{ "source": "/api/new", "destination": "/api/v1/new", "permanent": false },
|
||||
{ "source": "/api/newSingle", "destination": "/api/v1/newSingle", "permanent": false }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue