qa: Fix link in issue

This commit is contained in:
nemunaire 2023-11-26 12:12:19 +01:00
parent c9e3a9ac3c
commit 34fd07ba4e

View File

@ -269,7 +269,7 @@ func GitLab_ExportQA(c *gin.Context) {
return return
} }
description := "<" + path.Join(oidcRedirectURL, "exercices", fmt.Sprintf("%d", exercice.Id), fmt.Sprintf("%d", query.Id)) + ">" description := "<" + oidcRedirectURL + path.Join(c.MustGet("baseurl").(string), "exercices", fmt.Sprintf("%d", exercice.Id), fmt.Sprintf("%d", query.Id)) + ">"
if len(comments) > 0 { if len(comments) > 0 {
for i, comment := range comments { for i, comment := range comments {