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
446 B
Text
14 lines
446 B
Text
{
|
|
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/serverlessFunction.schema.json",
|
|
"universalIdentifier": "87ea9816-c9e5-4860-b49f-a5f0759800f7",
|
|
"name": "get-person",
|
|
"triggers": [
|
|
{
|
|
"universalIdentifier": "54aec609-0518-4fb0-bd90-7cd21507fe11",
|
|
"type": "route",
|
|
"path": "/get/person",
|
|
"httpMethod": "GET",
|
|
"isAuthRequired": true
|
|
}
|
|
]
|
|
}
|