revert Notion auth URLs to classic OAuth endpoints

This commit is contained in:
CREDO23 2026-04-21 20:34:08 +02:00
parent e02fbbef6c
commit c70f0ccf49
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ export const OAUTH_CONNECTORS = [
title: "Notion",
description: "Search your Notion pages",
connectorType: EnumConnectorName.NOTION_CONNECTOR,
authEndpoint: "/api/v1/auth/notion-mcp/connector/add",
authEndpoint: "/api/v1/auth/notion/connector/add",
},
{
id: "linear-connector",