From c06d6670884356118816fa1ef94380ed384483b4 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 14 Jun 2023 17:11:21 +0200 Subject: [PATCH] fixup! svelte-migrate: updated files --- admin/api/exercice.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {