diff --git a/Services/server/src/utils/minio.ts b/Services/server/src/utils/minio.ts index 3c3bc49..7d6be02 100644 --- a/Services/server/src/utils/minio.ts +++ b/Services/server/src/utils/minio.ts @@ -13,6 +13,7 @@ function safePath(path: string) { /** * Replace illegal character eg. ? % < > / \ : | that can't be in path with "-". + * Used when create folder / dir through api * @param path - string to check and replace * @returns path with illegal character replaced with "-" */