Skip to content

Commit 1679577

Browse files
931795: Removed PDF Viewer Web API code in controllers file
1 parent 9c28da8 commit 1679577

File tree

1 file changed

+0
-13
lines changed
  • How to/Load PDF to Server Side PDF Viewer/Load-PDF-to-Server-Side-PDF-Viewer/Controllers

1 file changed

+0
-13
lines changed

How to/Load PDF to Server Side PDF Viewer/Load-PDF-to-Server-Side-PDF-Viewer/Controllers/PdfViewerController.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -255,19 +255,6 @@ private string GetDocumentPath(string document)
255255
Console.WriteLine(documentPath);
256256
return documentPath;
257257
}
258-
// GET api/values
259-
[HttpGet]
260-
public IEnumerable<string> Get()
261-
{
262-
return new string[] { "value1", "value2" };
263-
}
264-
265-
// GET api/values/5
266-
[HttpGet("{id}")]
267-
public string Get(int id)
268-
{
269-
return "value";
270-
}
271258

272259
}
273260
}

0 commit comments

Comments
 (0)