echo response back

This commit is contained in:
Adam Wilson
2025-04-23 12:32:08 -06:00
parent fc97bc6977
commit 264f332c10

View File

@@ -38,4 +38,4 @@ jobs:
- name: Test API call
run: |
curl -i localhost:9999
curl -X POST -i localhost:9999 -d '{ "key":"123456789" }'