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
453 B
Text
14 lines
453 B
Text
{
|
|
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/serverlessFunction.schema.json",
|
|
"universalIdentifier": "7d38261b-99c5-43e7-83d8-bdcedc2dffdb",
|
|
"name": "create-person",
|
|
"triggers": [
|
|
{
|
|
"universalIdentifier": "ecf261b8-183b-4323-ab95-3b11009a0eae",
|
|
"type": "route",
|
|
"path": "/create/person",
|
|
"httpMethod": "POST",
|
|
"isAuthRequired": true
|
|
}
|
|
]
|
|
}
|