repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b50922f
)
fix(ui): fix startup
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 6 Nov 2023 10:52:39 +0000
(11:52 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 6 Nov 2023 10:52:39 +0000
(11:52 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/router/index.ts
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/src/router/index.ts
b/ui/web/src/router/index.ts
index 5a6eca115af9618365f979339fed312ca325991d..4e731af0fc1f4d1aa14b8da8f6e58ad9bc574997 100644
(file)
--- a/
ui/web/src/router/index.ts
+++ b/
ui/web/src/router/index.ts
@@
-10,7
+10,7
@@
const routes: RouteRecordRaw[] = [
];
const router = createRouter({
- history: createWebHistory(
process.env.BASE_URL
),
+ history: createWebHistory(),
routes,
});