CognxSafeTrack commited on
Commit ·
ab4089a
1
Parent(s): e3ccbd3
fix: remove redundant basePath from BullBoard register to satisfy TS
Browse files
apps/api/src/routes/internal.ts
CHANGED
|
@@ -36,7 +36,6 @@ export async function internalRoutes(fastify: FastifyInstance) {
|
|
| 36 |
fastify.register(async (instance) => {
|
| 37 |
instance.register(serverAdapter.registerPlugin(), {
|
| 38 |
prefix: '/',
|
| 39 |
-
basePath: '/v1/internal/queues',
|
| 40 |
});
|
| 41 |
}, {
|
| 42 |
prefix: '/v1/internal/queues',
|
|
|
|
| 36 |
fastify.register(async (instance) => {
|
| 37 |
instance.register(serverAdapter.registerPlugin(), {
|
| 38 |
prefix: '/',
|
|
|
|
| 39 |
});
|
| 40 |
}, {
|
| 41 |
prefix: '/v1/internal/queues',
|