1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest.git synced 2025-08-03 12:01:28 +00:00
Files
2-Chainz-Rest/tweet/function.json

13 lines
210 B
JSON

{
"scriptFile": "__init__.py",
"bindings": [
{
"name": "mytimer",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 0 10 * * MON",
"runOnStartup": true
}
]
}