qa: Can export to gitlab

This commit is contained in:
nemunaire 2023-11-25 13:43:41 +01:00
commit 60a34d3ced
13 changed files with 463 additions and 3 deletions

View file

@ -24,7 +24,7 @@ func showVersion(c *gin.Context) {
}
c.JSON(http.StatusOK, gin.H{
"version": 0.2,
"version": 0.3,
"auth": map[string]interface{}{
"name": ficteam,
"id_team": teamid,