Revert "fix(aio): add missing leading slash on firebase redirect (#21761)"

This reverts commit 12f801e3dc.
This commit is contained in:
Miško Hevery 2018-01-24 15:49:27 -08:00
parent 5f681f9745
commit c6ecb638a0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
//////////////////////////////////////////////////////////////////////////////////////////////
// A random bad indexed page that used `api/api`
{"type": 301, "source": "/api/api/:rest*", "destination": "/api/:rest"},
{"type": 301, "source": "/api/api/:rest*", "destination": "api/:rest"},
// Guide renames
{"type": 301, "source": "/docs/*/latest/cli-quickstart.html", "destination": "/guide/quickstart"},