Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit efb3476

Browse files
committed
Replace default value for altair.static.basePath with empty value
1 parent 8d2a2f8 commit efb3476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

altair-spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"name": "altair.static.basePath",
30-
"defaultValue": "/",
30+
"defaultValue": "",
3131
"type": "java.lang.String"
3232
},
3333
{

0 commit comments

Comments
 (0)