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

Commit 1b730d3

Browse files
authored
Merge pull request #510 from ravikrn13/patch-1
Voyager static basepath in spring configuration
2 parents 596e3e1 + 0397665 commit 1b730d3

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)