From b15a6dc6a50cc9e4f2966a6ce54002af9b97e544 Mon Sep 17 00:00:00 2001 From: fjordadmin Date: Sun, 7 Jun 2026 04:06:02 +0000 Subject: [PATCH] Add src/health.rs --- src/health.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/health.rs diff --git a/src/health.rs b/src/health.rs new file mode 100644 index 0000000..bdffd53 --- /dev/null +++ b/src/health.rs @@ -0,0 +1,2 @@ +// invalidate on deploy +pub fn invalidate() {}