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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user