feat: Allow versioning by arbitrary path string

This commit is contained in:
oSumAtrIX
2024-11-06 04:28:26 +01:00
parent eca40a6979
commit 814d3c946e
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ internal fun Application.configureRouting() = routing {
installCache(5.minutes)
route("/v${configuration.apiVersion}") {
route("/${configuration.apiVersion}") {
announcementsRoute()
patchesRoute()
managerRoute()