#79: Added functionality to the comressed song endpoint

This commit is contained in:
kdeng00
2024-06-16 17:56:25 -04:00
parent c7a530107f
commit 0394ad38da
3 changed files with 23 additions and 7 deletions
+3
View File
@@ -10,4 +10,7 @@ public class FileExtensions
// Contains file extension with period at the beginning
public static string JPG_EXTENSION = ".jpg";
// Contains file extension with period at the beginning
public static string ZIP_EXTENSION = ".zip";
}