diff --git a/backend/src/fastify.ts b/backend/src/fastify.ts index ab2db3a..2c128e2 100644 --- a/backend/src/fastify.ts +++ b/backend/src/fastify.ts @@ -15,9 +15,6 @@ export const startupFastifyServer = async (): Promise => { logger: false, }); - fastify.addHook("onRoute", (routeOptions) => { - routeOptions.url = `/api${routeOptions.url}`; - }); fastify.register(fastifySensible); fastify.register(fastifyMultipart); diff --git a/golem-sdk-task-executor b/golem-sdk-task-executor index 6f94d3f..c5e9dfe 160000 --- a/golem-sdk-task-executor +++ b/golem-sdk-task-executor @@ -1 +1 @@ -Subproject commit 6f94d3f6b82439ab00e0b4c2e245392efb4fd2d8 +Subproject commit c5e9dfe705aed0b687798a9faf22ec15b0d4b956 diff --git a/yagna b/yagna index 0905043..05d6057 160000 --- a/yagna +++ b/yagna @@ -1 +1 @@ -Subproject commit 0905043dc3ce089da6331827f21665673caddfd2 +Subproject commit 05d6057563e1dab88a87675e6f282a2764022132