fixup! svelte-migrate: updated files
This commit is contained in:
parent
5cd285f6d0
commit
c06d667088
@ -268,7 +268,8 @@ func listTags(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Generate the csv to export with:
|
// 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) {
|
func exportResolutionMovies(c *gin.Context) {
|
||||||
exercices, err := fic.GetExercices()
|
exercices, err := fic.GetExercices()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user