Skip to content

Commit

Permalink
chore: remove prefix on backend
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed May 8, 2024
1 parent c63607a commit 265fcac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions backend/src/fastify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export const startupFastifyServer = async (): Promise<FastifyInstance> => {
logger: false,
});

fastify.addHook("onRoute", (routeOptions) => {
routeOptions.url = `/api${routeOptions.url}`;
});

fastify.register(fastifySensible);
fastify.register(fastifyMultipart);
Expand Down
2 changes: 1 addition & 1 deletion golem-sdk-task-executor

0 comments on commit 265fcac

Please sign in to comment.