Update project-router.ts

This commit is contained in:
Daniel Hougaard
2024-02-14 00:52:41 +01:00
parent 8a39276e04
commit 021413fbd9

View File

@@ -282,7 +282,6 @@ export const registerProjectRouter = async (server: FastifyZodProvider) => {
}
});
// Is this actually used..?
server.route({
url: "/:workspaceId/integrations",
method: "GET",