Skip to content

Commit

Permalink
RAIN-2768 Added entry in cron job api config file
Browse files Browse the repository at this point in the history
Added entry in cron job api config file
  • Loading branch information
TruptiDadhich-eGov committed Jul 8, 2021
1 parent 15a583c commit 30881ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/pb/common-masters/CronJobAPIConfig.json
Expand Up @@ -48,6 +48,18 @@
"header": {
"Content-Type": "application/json"
}
},
{
"jobName": "daily",
"active": "false",
"method": "POST",
"url": "http://xstate-chatbot.egov:8080/xstate-chatbot/reminder",
"payload": {
"RequestInfo": "{DEFAULT_REQUESTINFO}"
},
"header": {
"Content-Type": "application/json"
}
}
]
}

0 comments on commit 30881ab

Please sign in to comment.