backend-app-api: Remove deprecated service implementations

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2024-08-13 16:03:41 +02:00
parent 9ad63932cf
commit 24bed62544
49 changed files with 14 additions and 1951 deletions
@@ -14,10 +14,8 @@
* limitations under the License.
*/
import {
authServiceFactory,
httpAuthServiceFactory,
} from '@backstage/backend-app-api';
import { authServiceFactory } from '@backstage/backend-defaults/auth';
import { httpAuthServiceFactory } from '@backstage/backend-defaults/httpAuth';
import {
mockServices,
registerMswTestHooks,