diff --git a/aio/firebase.json b/aio/firebase.json index 2fa581eb1a..d8058570ea 100644 --- a/aio/firebase.json +++ b/aio/firebase.json @@ -56,8 +56,7 @@ {"type": 301, "source": "/**/api/common/NgModel", "destination": "/api/forms/NgModel"}, // `@angular/http` package was removed, and new `HttpClient` APIs are available under `@angular/common/http` package - {"type": 301, "source": "/api/http/:rest*", "destination": "/guide/deprecations#http"}, - {"type": 301, "source": "/api/http", "destination": "/guide/deprecations#http"}, + {"type": 301, "source": "/api/http/**", "destination": "/guide/deprecations#http"}, // Animations moves, renames and removals {"type": 301, "source": "/api/animate/:rest*", "destination": "/api/animations/:rest*"},