From 50cda1e474019de11da5a4541ea710482ebb7407 Mon Sep 17 00:00:00 2001 From: Collin Mutembei <10899666+collinmutembei@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:24:56 +0300 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ac0dffd..b7fc395 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "cwd": "${workspaceFolder}/src/", "module": "uvicorn", "args": [ - "app.main:api", + "api.main:api", "--host", "0.0.0.0", "--port",