Skip to content

Commit 87a17a3

Browse files
committed
moving versions from v3 to root
1 parent 24d19c9 commit 87a17a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func main() {
207207
}
208208

209209
// container version details endpoint
210-
v3.GET("/versions", func(c *gin.Context) {
210+
router.GET("/versions", func(c *gin.Context) {
211211
c.JSON(200, gin.H{
212212
"release": TibiadataBuildRelease,
213213
"build": TibiadataBuildBuilder,

0 commit comments

Comments
 (0)