diff --git a/admin/api/exercice.go b/admin/api/exercice.go index 8e969431..e411d4ba 100644 --- a/admin/api/exercice.go +++ b/admin/api/exercice.go @@ -268,7 +268,8 @@ func listTags(c *gin.Context) { } // Generate the csv to export with: -// curl -s http://127.0.0.1:8081/api/resolutions.json | jq -r ".[] | [ .theme,.level,.title, @uri \"https://fic.srs.epita.fr/$(date +%Y)/\\(.videoURI)\" ] | join(\";\")" +// +// curl -s http://127.0.0.1:8081/api/resolutions.json | jq -r ".[] | [ .theme,.level,.title, @uri \"https://fic.srs.epita.fr/$(date +%Y)/\\(.videoURI)\" ] | join(\";\")" func exportResolutionMovies(c *gin.Context) { exercices, err := fic.GetExercices() if err != nil {