From ce3bcc443b6770aa1413ed40bf3f4a43a9fa51f4 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Sun, 18 Feb 2024 19:28:58 +0000 Subject: [PATCH] fix: this is a route --- backend/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app.py b/backend/app.py index 4643375..5b1fe89 100644 --- a/backend/app.py +++ b/backend/app.py @@ -23,6 +23,7 @@ app.add_middleware( allow_headers="*", ) +@app.get('/') def index(): return { '🏳️‍⚧️': 'trans rights!',