From 707a81c089d6af4e26207824d6dc8cd06d35b86e Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Sun, 9 Mar 2025 10:31:44 +0000 Subject: [PATCH] feat: Update endpoint /hello --- app/api/endpoints/hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/endpoints/hello.py b/app/api/endpoints/hello.py index e69de29..26c2b2d 100644 --- a/app/api/endpoints/hello.py +++ b/app/api/endpoints/hello.py @@ -0,0 +1 @@ +# create an hello endpoint \ No newline at end of file