From c40fedda90378374499080fab7a20aa9e1af6c41 Mon Sep 17 00:00:00 2001 From: Jatin Sandilya <7681067+jatinsandilya@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:44:01 +0530 Subject: [PATCH] chore: add revert to oss-friends (#745) --- apps/formbricks-com/pages/api/oss-friends/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/formbricks-com/pages/api/oss-friends/index.ts b/apps/formbricks-com/pages/api/oss-friends/index.ts index b4067c19d0..4dfc8c558d 100644 --- a/apps/formbricks-com/pages/api/oss-friends/index.ts +++ b/apps/formbricks-com/pages/api/oss-friends/index.ts @@ -127,6 +127,12 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse) "Makes frontend development cycle 10x faster with API Client, Mock Server, Intercept & Modify HTTP Requests and Session Replays.", href: "https://requestly.io", }, + { + name: "Revert", + description: + "The open-source unified API to build B2B integrations remarkably fast", + href: "https://revert.dev", + }, { name: "Rivet", description: "Open-source solution to deploy, scale, and operate your multiplayer game.",