From 3800389e4c52db9a45c2d318dd7ad9a3cef57734 Mon Sep 17 00:00:00 2001 From: burnettk Date: Thu, 8 Dec 2022 23:57:09 -0500 Subject: [PATCH] note --- .../src/spiffworkflow_backend/routes/process_api_blueprint.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spiffworkflow-backend/src/spiffworkflow_backend/routes/process_api_blueprint.py b/spiffworkflow-backend/src/spiffworkflow_backend/routes/process_api_blueprint.py index c58e6d55c..d8effe0d7 100644 --- a/spiffworkflow-backend/src/spiffworkflow_backend/routes/process_api_blueprint.py +++ b/spiffworkflow-backend/src/spiffworkflow_backend/routes/process_api_blueprint.py @@ -1819,6 +1819,8 @@ def get_spiff_task_from_process_instance( # sample body: # {'ref': 'refs/heads/main', 'repository': {'name': 'sample-process-models', # 'full_name': 'sartography/sample-process-models', 'private': False .... }} +# test with: ngrok http 7000 +# where 7000 is the port the app is running on locally def github_webhook_receive(body: dict) -> Response: """Github_webhook_receive.""" print(f"body: {body}")