Update API-Token
This commit is contained in:
@@ -26,7 +26,6 @@ namespace API_NetFramework.Controllers
|
||||
[Route("API/GetDocument")]
|
||||
public IHttpActionResult GetDocument(string dokid)
|
||||
{
|
||||
|
||||
DOCGEN.DocGet gd = new DocGet(connectionstring);
|
||||
clsdok dok = new clsdok("", "", "");
|
||||
dok = gd.GetDoc(dokid);
|
||||
|
||||
Reference in New Issue
Block a user