mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
As title - move all applications and browser extension into a `packages/twenty-apps/hacktoberfest-2025` folder
14 lines
448 B
Text
14 lines
448 B
Text
{
|
|
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/serverlessFunction.schema.json",
|
|
"universalIdentifier": "8e43b96b-49a1-4e21-b257-e432a757b09f",
|
|
"name": "get-company",
|
|
"triggers": [
|
|
{
|
|
"universalIdentifier": "7a2bb8ad-6366-49ac-9f73-db9c4713c5af",
|
|
"type": "route",
|
|
"path": "/get/company",
|
|
"httpMethod": "GET",
|
|
"isAuthRequired": true
|
|
}
|
|
]
|
|
}
|