fixup! svelte-migrate: updated files

This commit is contained in:
nemunaire 2023-06-14 17:11:21 +02:00
parent 5cd285f6d0
commit c06d667088

View File

@ -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 {