dev day #90 🥳

This commit is contained in:
Tomas Dvorak
2025-11-12 20:31:37 +01:00
parent 8762bde4bf
commit f3db65d350
103 changed files with 4053 additions and 2189 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ func (fc *FilesController) RefreshFileTracking(c *gin.Context) {
}
c.JSON(http.StatusOK, gin.H{
"message": "File tracking refreshed successfully",
"message": "Sledování souborů bylo úspěšně aktualizováno",
"stats": stats,
})
}