Update endpoints for consistency
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -2,10 +2,10 @@
|
|||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"type": "java",
|
"type": "java",
|
||||||
"name": "Spring Boot-CipherStreamWeb<cipherstream-website>",
|
"name": "Spring Boot-CipherStreamAPI<cipherstream-api>",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"mainClass": "com.mattrixwv.cipherstream.CipherStreamWeb",
|
"mainClass": "com.mattrixwv.cipherstream.CipherStreamAPI",
|
||||||
"projectName": "cipherstream-website",
|
"projectName": "cipherstream-website",
|
||||||
"args": "--spring.config.additional-location=local/application.properties --logging.config=local/log4j2-spring.xml",
|
"args": "--spring.config.additional-location=local/application.properties --logging.config=local/log4j2-spring.xml",
|
||||||
"envFile": "${workspaceFolder}/.env"
|
"envFile": "${workspaceFolder}/.env"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("adfgvx")
|
@RequestMapping("/cipherStream/adfgvx")
|
||||||
public class AdfgvxCipherController{
|
public class AdfgvxCipherController{
|
||||||
@GetMapping
|
@GetMapping
|
||||||
public ObjectNode getCipherInfo(){
|
public ObjectNode getCipherInfo(){
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("adfgx")
|
@RequestMapping("/cipherStream/adfgx")
|
||||||
public class AdfgxCipherController{
|
public class AdfgxCipherController{
|
||||||
@GetMapping
|
@GetMapping
|
||||||
public ObjectNode getCipherInfo(){
|
public ObjectNode getCipherInfo(){
|
||||||
|
|||||||
Reference in New Issue
Block a user