Skip to content

Commit

Permalink
[extapi] added percentage on price
Browse files Browse the repository at this point in the history
  • Loading branch information
DictumMortuum committed Jan 1, 2025
1 parent 6b9f2b2 commit ba47d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/servus-extapi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func Version(c *gin.Context) {
rs := map[string]any{
"version": "v0.0.40",
"version": "v0.0.41",
}
c.AbortWithStatusJSON(200, rs)
}
Expand Down

0 comments on commit ba47d22

Please sign in to comment.