From eecd4353d3b4d65754560ec9209fcd419346ddb8 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Tue, 16 Apr 2024 23:24:59 -0400 Subject: [PATCH] Fix launch code --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index df83048..40846f9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "request": "launch", "cwd": "${workspaceFolder}", "mainClass": "com.mattrixwv.cipherstream.CipherStreamAPI", - "projectName": "cipherstream-website", + "projectName": "cipherstream-api", "args": "--spring.config.additional-location=local/application.properties --logging.config=local/log4j2-spring.xml", "envFile": "${workspaceFolder}/.env" }