Update endpoints for consistency

This commit is contained in:
2024-04-14 23:26:55 -04:00
parent 330a185795
commit 2a84f53873
3 changed files with 4 additions and 4 deletions

4
.vscode/launch.json vendored
View File

@@ -2,10 +2,10 @@
"configurations": [
{
"type": "java",
"name": "Spring Boot-CipherStreamWeb<cipherstream-website>",
"name": "Spring Boot-CipherStreamAPI<cipherstream-api>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "com.mattrixwv.cipherstream.CipherStreamWeb",
"mainClass": "com.mattrixwv.cipherstream.CipherStreamAPI",
"projectName": "cipherstream-website",
"args": "--spring.config.additional-location=local/application.properties --logging.config=local/log4j2-spring.xml",
"envFile": "${workspaceFolder}/.env"