Commit cc985b4d by Tapio Haapala

autoprintti korjattu

1 parent 93678be0
......@@ -170,8 +170,8 @@ namespace moyaPrintServer
Card card = (Card)listView.Items[0].Tag;
try
{
RestClient client = new RestClient(Properties.Settings.Default.ApiURL + "/card/Reserve/" + card.cardId);
client.MakeRequest();
RestClient client = new RestClient(Properties.Settings.Default.ApiURL);
client.MakeRequest("card/Reserve/" + card.cardId);
}
catch (Exception ex)
{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!