diff --git a/Raft-README.md b/Raft-README.md index 6bad65890..5fc940030 100644 --- a/Raft-README.md +++ b/Raft-README.md @@ -1,7 +1,7 @@ ### Info on Raft's modifications to ArcadeDb for the the SOCOM DF usecase. #### Access ArcadeDb on DF helm deployments at: -- Studio: ~/api/v1/arcadedb/studio/# +- Studio: / - API: ~/api/v1/arcadedb #### Demo data diff --git a/server/src/main/java/com/arcadedb/server/http/HttpServer.java b/server/src/main/java/com/arcadedb/server/http/HttpServer.java index dfaaf5f84..ed317c237 100644 --- a/server/src/main/java/com/arcadedb/server/http/HttpServer.java +++ b/server/src/main/java/com/arcadedb/server/http/HttpServer.java @@ -109,7 +109,7 @@ public void startService() { routes.addPrefixPath("/ws", new WebSocketConnectionHandler(this, webSocketEventBus)); - routes.addPrefixPath("/api/v1",// + routes.addPrefixPath("/api/v1/arcadedb",// basicRoutes// .post("/begin/{database}", new PostBeginHandler(this))// .post("/close/{database}", new PostCloseDatabaseHandler(this))// DEPRECATED diff --git a/server/src/main/resources/static/index.html b/server/src/main/resources/static/index.html index dcbcfec12..09fe8b0d2 100644 --- a/server/src/main/resources/static/index.html +++ b/server/src/main/resources/static/index.html @@ -4,7 +4,7 @@ - + ArcadeDB - The Next Generation Multi-Model DBMS @@ -77,7 +77,7 @@
- +

@@ -101,7 +101,7 @@ style="height: 85px; padding: 5px" > diff --git a/server/src/main/resources/static/js/studio-database.js b/server/src/main/resources/static/js/studio-database.js index e1a9dfb6b..a09a87b9e 100644 --- a/server/src/main/resources/static/js/studio-database.js +++ b/server/src/main/resources/static/js/studio-database.js @@ -76,7 +76,7 @@ async function logout() { localStorage.removeItem(REFRESH_TOKEN); localStorage.removeItem(ACCESS_TOKEN_EXPIRES); // redirect to login page - window.location.href = `${basePath}/studio`; + window.location.href = `${basePath}`; } function createInactivityTimer() { diff --git a/server/src/main/resources/static/popup-login.html b/server/src/main/resources/static/popup-login.html index 638aad2a3..77a177ee5 100644 --- a/server/src/main/resources/static/popup-login.html +++ b/server/src/main/resources/static/popup-login.html @@ -26,7 +26,7 @@ diff --git a/server/src/main/resources/static/query.html b/server/src/main/resources/static/query.html index f70ff21f5..838658304 100644 --- a/server/src/main/resources/static/query.html +++ b/server/src/main/resources/static/query.html @@ -16,7 +16,7 @@