Skip to content

Commit 4b29afd

Browse files
authored
Invalid status/event urls when admin is mapped to root #1532 (#1533)
1 parent 069912c commit 4b29afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/services/config/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function handleGet() {
1515
contentType: 'application/json',
1616
body: {
1717
appId: app.name,
18-
adminUrl: baseUri,
18+
adminUrl: admin.getBaseUri(),
1919
assetsUri: assetLib.assetUrl({
2020
path: ''
2121
}),

0 commit comments

Comments
 (0)