This commit is contained in:
m
2026-07-12 00:03:07 +02:00
parent 01d1b9f04c
commit cd29ca6c0e
+6 -1
View File
@@ -13,7 +13,12 @@ import (
// retourne qui est delete qui est updated et created
func SyncFiles(c *gin.Context) {
c.JSON(http.StatusNotImplemented, gin.H{
"error": gin.H{
"code": "NOT_IMPLEMENTED",
"message": "Sync not yet implemented",
},
})
}
func ListFiles(c *gin.Context) {