Skip to content

Commit 0184aa2

Browse files
committed
Initial commit
1 parent 5655d77 commit 0184aa2

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

Server-side/Controllers/DocumentStorageController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public async Task<IActionResult> DownloadAsync([FromForm] string downloadInput)
9494
}
9595

9696
/// <summary>
97-
/// Returns document data as serialized SFDT JSON for DocumentEditor.
97+
/// Returns document data as serialized SFDT JSON for Syncfusion DocumentEditor.
9898
/// </summary>
9999

100100
[HttpGet("{docId}/getDocumentAsync")]

Server-side/Services/PostgresDocumentManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public async Task<object> DeleteAsync(string path, string[] names, params FileMa
9696
_documentContext.Documents.RemoveRange(documents);
9797
await _documentContext.SaveChangesAsync();
9898

99-
// Prepare style response
99+
// Prepare Syncfusion-style response
100100
var deletedFiles = data.Select(d => new
101101
{
102102
name = d.Name,

0 commit comments

Comments
 (0)