summaryrefslogtreecommitdiff
path: root/scripts/tickle.py
diff options
context:
space:
mode:
authorDan Rostovtsev <dan@rostovtsev.org>2026-03-16 16:02:54 -0400
committerDan Rostovtsev <dan@rostovtsev.org>2026-03-16 16:02:54 -0400
commit2c6cf786c151118232533a6cfbc769ce1514aa9e (patch)
tree0dc171e25f46ea491f98f4a4a96b94e69defea89 /scripts/tickle.py
Simple bash script deployment of client portal gateway.
Diffstat (limited to 'scripts/tickle.py')
-rwxr-xr-xscripts/tickle.py5
1 files changed, 5 insertions, 0 deletions
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")