Debugging the last merge ...
This commit is contained in:
parent
b5267fe978
commit
721c0f9e7f
2 changed files with 8 additions and 8 deletions
|
|
@ -208,14 +208,14 @@ namespace Yavsc.ApiControllers
|
|||
);
|
||||
}
|
||||
}
|
||||
parts.Add(fo.OpenText().ReadToEnd());
|
||||
bodies.Add(fo.OpenText().ReadToEnd());
|
||||
|
||||
|
||||
fi.Delete();
|
||||
fo.Delete();
|
||||
}
|
||||
|
||||
return Request.CreateResponse(HttpStatusCode.OK,string.Join("---\n",parts),new SimpleFormatter("text/plain"));
|
||||
return Request.CreateResponse(HttpStatusCode.OK,string.Join("---\n",bodies),new SimpleFormatter("text/plain"));
|
||||
|
||||
}
|
||||
catch (System.Exception e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue