From d6542557869efe47778f33b7023594094aeb9bc7 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Fri, 7 Mar 2025 19:04:21 +0000 Subject: [PATCH] feat: Update endpoint /your-endpoint --- app/api/endpoints/your-endpoint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/endpoints/your-endpoint.py b/app/api/endpoints/your-endpoint.py index e69de29..7ffbca2 100644 --- a/app/api/endpoints/your-endpoint.py +++ b/app/api/endpoints/your-endpoint.py @@ -0,0 +1 @@ +from fastApi \ No newline at end of file