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
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-todo-backend': minor
'example-backend-next': patch
---
Expose the todos-backend plugin using the new system, add the new entrypoint for todos-backend into the experimental backend
@@ -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 = {