Debugging the last merge ...

This commit is contained in:
Paul Schneider 2015-10-10 14:29:42 +02:00
commit 721c0f9e7f
2 changed files with 8 additions and 8 deletions

View file

@ -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)