59f3f03539
As title - move all applications and browser extension into a `packages/twenty-apps/hacktoberfest-2025` folder
14 lines
454 B
JSON
14 lines
454 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/serverlessFunction.schema.json",
|
|
"universalIdentifier": "b5e86982-b9ec-4c3d-8a02-6ea08a5b2d35",
|
|
"name": "process-transcript",
|
|
"triggers": [
|
|
{
|
|
"universalIdentifier": "a25fcbbf-1a20-438a-b277-ee8ca9770499",
|
|
"type": "route",
|
|
"path": "/transcript",
|
|
"httpMethod": "POST",
|
|
"isAuthRequired": true
|
|
}
|
|
]
|
|
} |