From f8b24c3de3cb5220c5915da5bb64ea754b11866b Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Sun, 9 Mar 2025 19:15:36 +0100 Subject: [PATCH] feat: Add endpoint front --- app/api/endpoints/front.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/api/endpoints/front.py diff --git a/app/api/endpoints/front.py b/app/api/endpoints/front.py new file mode 100644 index 0000000..601a467 --- /dev/null +++ b/app/api/endpoints/front.py @@ -0,0 +1 @@ +from fastapi import APIRouter, HTTPException \ No newline at end of file