From 2c6cf786c151118232533a6cfbc769ce1514aa9e Mon Sep 17 00:00:00 2001 From: Dan Rostovtsev Date: Mon, 16 Mar 2026 16:02:54 -0400 Subject: Simple bash script deployment of client portal gateway. --- scripts/tickle.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/tickle.py (limited to 'scripts/tickle.py') diff --git a/scripts/tickle.py b/scripts/tickle.py new file mode 100755 index 0000000..59902d0 --- /dev/null +++ b/scripts/tickle.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +import requests + +requests.get("http://localhost:5000/v1/api/tickle") -- cgit v1.3