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

Commit 0397665

Browse files
authored
Voyager static basepath in spring configuration
Fix for issue reported here #509
1 parent 036b720 commit 0397665

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"name": "voyager.cdn.version",
3030
"defaultValue": "v1.x",
3131
"type": "java.lang.String"
32+
},
33+
{
34+
"name": "voyager.static.basePath",
35+
"defaultValue": "/",
36+
"type": "java.lang.String"
3237
}
3338
]
34-
}
39+
}

0 commit comments

Comments
 (0)