From 46cf62e3d60252df89cf9554a0f65e53819e9c79 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Mon, 13 Jan 2025 16:11:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fixed=20broken=20app=20object?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/main.py b/app/main.py index a8c0fb4..7d71f5e 100644 --- a/app/main.py +++ b/app/main.py @@ -38,9 +38,6 @@ app = FastAPI( root_path_in_servers=False ) - -app = FastAPI() - origins = [ "*", # Allow all origins ]