Skip to content

Commit

Permalink
Fixed prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
epessina committed Apr 23, 2024
1 parent b7c16c8 commit 71a3447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const miaPlatformModule = createBackendModule({
const router = await createRouter({
miaPlatformEntityProvider,
logger: loggerToWinstonLogger(logger),
prefix: '/modules/mia-platform'
prefix: '/modules/mia-platform/'
});

httpRouter.use(router);
Expand Down

0 comments on commit 71a3447

Please sign in to comment.