create changeset for exposing the todos-backend plugin using the new system

Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com>
This commit is contained in:
Oleg S
2023-02-16 08:24:42 -05:00
parent ae08281331
commit 8c57bb780f
2 changed files with 8 additions and 2 deletions
@@ -18,12 +18,12 @@ import express from 'express';
import request from 'supertest';
import { errorHandler } from '@backstage/backend-common';
import { createRouter } from './router';
import {
createRouter,
parseFilterParam,
parseIntegerParam,
parseOrderByParam,
} from './router';
} from '../lib/utils';
import { TodoService } from './types';
const mockListBody = {