diff --git a/petstore/petstoreapp/soulmachines-react-app/.env b/petstore/petstoreapp/soulmachines-react-app/.env index 028a7162..80190d93 100644 --- a/petstore/petstoreapp/soulmachines-react-app/.env +++ b/petstore/petstoreapp/soulmachines-react-app/.env @@ -5,7 +5,7 @@ # this usually doesn't need to be changed for standard projects REACT_APP_SESSION_SERVER="dh.soulmachines.cloud" # API key can be configured in DDNA prefs, good for basic auth when using a supported NLP -REACT_APP_API_KEY="eyJzb3VsSWQiOiJkZG5hLW1pY3Jvc29mdC0yMDIzLS1yYWFkLWNubi1haS1ib3QiLCJhdXRoU2VydmVyIjoiaHR0cHM6Ly9kaC5hei5zb3VsbWFjaGluZXMuY2xvdWQvYXBpL2p3dCIsImF1dGhUb2tlbiI6ImFwaWtleV92MV85Yjg5YWI3OC1hN2U3LTRhMTItYWY1YS00YWZjNTQ0MmYwOWMifQ==" +REACT_APP_API_KEY="eyJzb3VsSWQiOiJkZG5hLW1pY3Jvc29mdC0yMDIzLS1henVyZS1wZXQtc3RvcmUiLCJhdXRoU2VydmVyIjoiaHR0cHM6Ly9kaC5hei5zb3VsbWFjaGluZXMuY2xvdWQvYXBpL2p3dCIsImF1dGhUb2tlbiI6ImFwaWtleV92MV84NzE5ZWVhYi0wOWExLTRhZTgtYjFjNi1mMzFmNTViZmY4OTQifQ==" # endpoint to token server corresponding to project's persona # token server auth is used when an orchestration server is being used to handle NLP REACT_APP_TOKEN_URL=https://example.com/auth/authorize diff --git a/petstore/petstoreapp/src/main/java/com/chtrembl/petstoreapp/controller/WebAppController.java b/petstore/petstoreapp/src/main/java/com/chtrembl/petstoreapp/controller/WebAppController.java index e77f2c08..743d9221 100644 --- a/petstore/petstoreapp/src/main/java/com/chtrembl/petstoreapp/controller/WebAppController.java +++ b/petstore/petstoreapp/src/main/java/com/chtrembl/petstoreapp/controller/WebAppController.java @@ -267,7 +267,7 @@ public String soulmachines(Model model) throws URISyntaxException { logger.info(String.format("PetStoreApp /soulmachines requested for %s, routing to soulmachines view...", this.sessionUser.getName())); - return "index"; + return "soulmachines"; } @GetMapping(value = "/intelligence") diff --git a/petstore/petstoreapp/src/main/resources/templates/soulmachines.html b/petstore/petstoreapp/src/main/resources/templates/soulmachines.html index 186934c8..40f5c822 100644 --- a/petstore/petstoreapp/src/main/resources/templates/soulmachines.html +++ b/petstore/petstoreapp/src/main/resources/templates/soulmachines.html @@ -5,29 +5,10 @@
-
-

Welcome to the Azure Pet Store

-

- There is currently live shoppers online via

-

Start exploring & learning Azure today!

-

Begin by shopping for products below!

- - -
+ +