Updated ET driver

This commit is contained in:
Keivan Beigi 2012-05-06 09:17:55 -07:00
commit 109904ccc8
17 changed files with 4 additions and 6 deletions

Binary file not shown.

View file

@ -27,9 +27,7 @@ namespace Exceptron.Driver
{
_appId = appId;
ServerUrl = "http://localhost:57674/v1a/";
ServerUrl = "http://api.exceptron.com/v1a/";
RestClient = new RestClient();
}