From f1144c9f0cf972c2c703d02de47c771129669553 Mon Sep 17 00:00:00 2001 From: Gerard Clos Date: Thu, 26 Sep 2024 14:38:19 +0200 Subject: [PATCH] brainfart so instead of io --- .../_components/DocumentationModal/_components/APIUsage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentationModal/_components/APIUsage.tsx b/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentationModal/_components/APIUsage.tsx index 0a0f82e8e..4aa58897b 100644 --- a/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentationModal/_components/APIUsage.tsx +++ b/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentationModal/_components/APIUsage.tsx @@ -31,7 +31,7 @@ ${parameterEntries} const apiCode = ` curl -X POST \\ - https://gateway.latitude.io/api/v1/projects/${projectId}/versions/${commitUuid}/documents/run \\ + https://gateway.latitude.so/api/v1/projects/${projectId}/versions/${commitUuid}/documents/run \\ -H 'Authorization: Bearer ${apiKey ?? 'YOUR_API_KEY'}' \\ -H 'Content-Type: application/json' \\ -d '{